Dandelion sits in the bright yellow family, with the hex code #FED85D mapping to rgb(254, 216, 93) in RGB and hsl(45.8, 98.8%, 68%) in HSL. In OKLCH it carries 89% perceptual lightness and 0.145 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.
#FED85Drgb(254, 216, 93)hsl(45.8, 98.8%, 68%)hsv(45.8, 63.4%, 99.6%)lch(87.94% 63.9 86.44)oklch(89.21% 0.1455 91.96)lab(87.94% 3.97 63.78):root {
--color: #fed85d;
--color-rgb: rgb(254, 216, 93);
--color-hsl: hsl(45.8, 98.8%, 68%);
--color-oklch: oklch(89.21% 0.1455 91.96);
}How dandelion performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing dandelion with progressively more white.
Shades are produced by mixing dandelion with progressively more black.
Tones are produced by mixing dandelion with progressively more gray, lowering chroma while keeping lightness.