Vanilla sits in the bright yellow family, with the hex code #F3E5AB mapping to rgb(243, 229, 171) in RGB and hsl(48.3, 75%, 81.2%) in HSL. In OKLCH it carries 92% perceptual lightness and 0.076 chroma — a moderately saturated, 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.
#F3E5ABrgb(243, 229, 171)hsl(48.3, 75%, 81.2%)hsv(48.3, 29.6%, 95.3%)lch(91.04% 30.23 92.65)oklch(91.93% 0.076 96.15)lab(91.04% -1.4 30.2):root {
--color: #f3e5ab;
--color-rgb: rgb(243, 229, 171);
--color-hsl: hsl(48.3, 75%, 81.2%);
--color-oklch: oklch(91.93% 0.076 96.15);
}How vanilla performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing vanilla with progressively more white.
Shades are produced by mixing vanilla with progressively more black.
Tones are produced by mixing vanilla with progressively more gray, lowering chroma while keeping lightness.