Lemon sits in the bright yellow family, with the hex code #FFF700 mapping to rgb(255, 247, 0) in RGB and hsl(58.1, 100%, 50%) in HSL. In OKLCH it carries 95% perceptual lightness and 0.204 chroma — a highly 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.
#FFF700rgb(255, 247, 0)hsl(58.1, 100%, 50%)hsv(58.1, 100%, 100%)lch(95.55% 92.77 97.51)oklch(95.15% 0.2044 107.32)lab(95.55% -12.12 91.98):root {
--color: #fff700;
--color-rgb: rgb(255, 247, 0);
--color-hsl: hsl(58.1, 100%, 50%);
--color-oklch: oklch(95.15% 0.2044 107.32);
}How lemon performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing lemon with progressively more white.
Shades are produced by mixing lemon with progressively more black.
Tones are produced by mixing lemon with progressively more gray, lowering chroma while keeping lightness.