Mocha sits in the warm orange family, with the hex code #967259 mapping to rgb(150, 114, 89) in RGB and hsl(24.6, 25.5%, 46.9%) in HSL. In OKLCH it carries 58% perceptual lightness and 0.058 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.
#967259rgb(150, 114, 89)hsl(24.6, 25.5%, 46.9%)hsv(24.6, 40.7%, 58.8%)lch(51.21% 23.08 58.38)oklch(58.13% 0.0584 56.05)lab(51.21% 12.1 19.65):root {
--color: #967259;
--color-rgb: rgb(150, 114, 89);
--color-hsl: hsl(24.6, 25.5%, 46.9%);
--color-oklch: oklch(58.13% 0.0584 56.05);
}How mocha performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing mocha with progressively more white.
Shades are produced by mixing mocha with progressively more black.
Tones are produced by mixing mocha with progressively more gray, lowering chroma while keeping lightness.