Peach Puff sits in the warm orange family, with the hex code #FFDAB9 mapping to rgb(255, 218, 185) in RGB and hsl(28.3, 100%, 86.3%) in HSL. In OKLCH it carries 91% perceptual lightness and 0.060 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.
#FFDAB9rgb(255, 218, 185)hsl(28.3, 100%, 86.3%)hsv(28.3, 27.5%, 100%)lch(89.6% 23.46 65.35)oklch(91.13% 0.06 63.7)lab(89.6% 9.78 21.32):root {
--color: #ffdab9;
--color-rgb: rgb(255, 218, 185);
--color-hsl: hsl(28.3, 100%, 86.3%);
--color-oklch: oklch(91.13% 0.06 63.7);
}How peach puff performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing peach puff with progressively more white.
Shades are produced by mixing peach puff with progressively more black.
Tones are produced by mixing peach puff with progressively more gray, lowering chroma while keeping lightness.