Gold sits in the bright yellow family, with the hex code #FFD700 mapping to rgb(255, 215, 0) in RGB and hsl(50.6, 100%, 50%) in HSL. In OKLCH it carries 89% perceptual lightness and 0.182 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.
#FFD700rgb(255, 215, 0)hsl(50.6, 100%, 50%)hsv(50.6, 100%, 100%)lch(87.47% 86.6 88.07)oklch(88.68% 0.1822 95.33)lab(87.47% 2.91 86.55):root {
--color: #ffd700;
--color-rgb: rgb(255, 215, 0);
--color-hsl: hsl(50.6, 100%, 50%);
--color-oklch: oklch(88.68% 0.1822 95.33);
}How gold performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing gold with progressively more white.
Shades are produced by mixing gold with progressively more black.
Tones are produced by mixing gold with progressively more gray, lowering chroma while keeping lightness.