Cocoa sits in the warm orange family, with the hex code #D2691E mapping to rgb(210, 105, 30) in RGB and hsl(25, 75%, 47.1%) in HSL. In OKLCH it carries 63% perceptual lightness and 0.155 chroma — a highly saturated, 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.
#D2691Ergb(210, 105, 30)hsl(25, 75%, 47.1%)hsv(25, 85.7%, 82.4%)lch(56.63% 69.66 55.72)oklch(63.44% 0.155 50.27)lab(56.63% 39.24 57.55):root {
--color: #d2691e;
--color-rgb: rgb(210, 105, 30);
--color-hsl: hsl(25, 75%, 47.1%);
--color-oklch: oklch(63.44% 0.155 50.27);
}How cocoa performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing cocoa with progressively more white.
Shades are produced by mixing cocoa with progressively more black.
Tones are produced by mixing cocoa with progressively more gray, lowering chroma while keeping lightness.