Peach sits in the warm orange family, with the hex code #FFE5B4 mapping to rgb(255, 229, 180) in RGB and hsl(39.2, 100%, 85.3%) in HSL. In OKLCH it carries 93% perceptual lightness and 0.069 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.
#FFE5B4rgb(255, 229, 180)hsl(39.2, 100%, 85.3%)hsv(39.2, 29.4%, 100%)lch(92.21% 27.7 81.72)oklch(93.14% 0.0693 83.15)lab(92.21% 3.99 27.41):root {
--color: #ffe5b4;
--color-rgb: rgb(255, 229, 180);
--color-hsl: hsl(39.2, 100%, 85.3%);
--color-oklch: oklch(93.14% 0.0693 83.15);
}How peach performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing peach with progressively more white.
Shades are produced by mixing peach with progressively more black.
Tones are produced by mixing peach with progressively more gray, lowering chroma while keeping lightness.