Coffee sits in the warm orange family, with the hex code #6F4E37 mapping to rgb(111, 78, 55) in RGB and hsl(24.6, 33.7%, 32.5%) in HSL. In OKLCH it carries 45% perceptual lightness and 0.057 chroma — a desaturated, dark reading that behaves well as a primary, accent or decisive colour in modern interfaces. Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Orange combines red's urgency with yellow's optimism, landing on a hue that feels friendly without losing energy. It is the colour of recommendations, "+1" social signals and sunsets — inviting rather than aggressive.
Pure orange rarely passes WCAG AA against white at body sizes — reserve it for headings, icons or buttons with explicit ≥4.5:1 fallback text colour.
#6F4E37rgb(111, 78, 55)hsl(24.6, 33.7%, 32.5%)hsv(24.6, 50.5%, 43.5%)lch(36.42% 22.88 57.98)oklch(45.39% 0.0568 55.64)lab(36.42% 12.13 19.4):root {
--color: #6f4e37;
--color-rgb: rgb(111, 78, 55);
--color-hsl: hsl(24.6, 33.7%, 32.5%);
--color-oklch: oklch(45.39% 0.0568 55.64);
}How coffee performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing coffee with progressively more white.
Shades are produced by mixing coffee with progressively more black.
Tones are produced by mixing coffee with progressively more gray, lowering chroma while keeping lightness.