Tan sits in the warm orange family, with the hex code #D2B48C mapping to rgb(210, 180, 140) in RGB and hsl(34.3, 43.7%, 68.6%) in HSL. In OKLCH it carries 79% perceptual lightness and 0.064 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.
#D2B48Crgb(210, 180, 140)hsl(34.3, 43.7%, 68.6%)hsv(34.3, 33.3%, 82.4%)lch(75.23% 25.63 74.32)oklch(78.62% 0.0638 74.62)lab(75.23% 6.93 24.68):root {
--color: #d2b48c;
--color-rgb: rgb(210, 180, 140);
--color-hsl: hsl(34.3, 43.7%, 68.6%);
--color-oklch: oklch(78.62% 0.0638 74.62);
}How tan performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing tan with progressively more white.
Shades are produced by mixing tan with progressively more black.
Tones are produced by mixing tan with progressively more gray, lowering chroma while keeping lightness.