Blanched Almond sits in the warm orange family, with the hex code #FFEBCD mapping to rgb(255, 235, 205) in RGB and hsl(36, 100%, 90.2%) in HSL. In OKLCH it carries 95% perceptual lightness and 0.045 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.
#FFEBCDrgb(255, 235, 205)hsl(36, 100%, 90.2%)hsv(36, 19.6%, 100%)lch(94.1% 17.58 78.22)oklch(94.84% 0.0449 78.06)lab(94.1% 3.59 17.21):root {
--color: #ffebcd;
--color-rgb: rgb(255, 235, 205);
--color-hsl: hsl(36, 100%, 90.2%);
--color-oklch: oklch(94.84% 0.0449 78.06);
}How blanched almond performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing blanched almond with progressively more white.
Shades are produced by mixing blanched almond with progressively more black.
Tones are produced by mixing blanched almond with progressively more gray, lowering chroma while keeping lightness.