Wheat sits in the warm orange family, with the hex code #F5DEB3 mapping to rgb(245, 222, 179) in RGB and hsl(39.1, 76.7%, 83.1%) in HSL. In OKLCH it carries 91% perceptual lightness and 0.061 chroma — a desaturated, light reading that behaves well as a background, surface or supporting tone 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.
#F5DEB3rgb(245, 222, 179)hsl(39.1, 76.7%, 83.1%)hsv(39.1, 26.9%, 96.1%)lch(89.59% 24.46 81.83)oklch(90.88% 0.0615 83.03)lab(89.59% 3.48 24.21):root {
--color: #f5deb3;
--color-rgb: rgb(245, 222, 179);
--color-hsl: hsl(39.1, 76.7%, 83.1%);
--color-oklch: oklch(90.88% 0.0615 83.03);
}How wheat performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing wheat with progressively more white.
Shades are produced by mixing wheat with progressively more black.
Tones are produced by mixing wheat with progressively more gray, lowering chroma while keeping lightness.