Lemon Chiffon sits in the bright yellow family, with the hex code #FFFACD mapping to rgb(255, 250, 205) in RGB and hsl(54, 100%, 90.2%) in HSL. In OKLCH it carries 98% perceptual lightness and 0.058 chroma — a desaturated, light reading that behaves well as a background, surface or supporting tone in modern interfaces. Yellow is the most luminous hue the eye can perceive, which is why it dominates road signs, highlighters and warning labels. In branding it reads as cheerful and clarifying, but it must be earned — every percentage of saturation amplifies attention.
Yellow is the most luminous hue the eye can perceive, which is why it dominates road signs, highlighters and warning labels. In branding it reads as cheerful and clarifying, but it must be earned — every percentage of saturation amplifies attention.
Yellow text fails contrast on white almost universally. Use it as a background with dark text, or strictly for non-essential decoration. Mind colour-blind users — protan/deutan vision conflates yellow with green.
#FFFACDrgb(255, 250, 205)hsl(54, 100%, 90.2%)hsv(54, 19.6%, 100%)lch(97.83% 22.6 98.97)oklch(97.78% 0.0582 102.16)lab(97.83% -3.52 22.32):root {
--color: #fffacd;
--color-rgb: rgb(255, 250, 205);
--color-hsl: hsl(54, 100%, 90.2%);
--color-oklch: oklch(97.78% 0.0582 102.16);
}How lemon chiffon performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing lemon chiffon with progressively more white.
Shades are produced by mixing lemon chiffon with progressively more black.
Tones are produced by mixing lemon chiffon with progressively more gray, lowering chroma while keeping lightness.