Mustard sits in the bright yellow family, with the hex code #FFDB58 mapping to rgb(255, 219, 88) in RGB and hsl(47.1, 100%, 67.3%) in HSL. In OKLCH it carries 90% perceptual lightness and 0.151 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.
#FFDB58rgb(255, 219, 88)hsl(47.1, 100%, 67.3%)hsv(47.1, 65.5%, 100%)lch(88.74% 66.75 87.66)oklch(89.85% 0.1513 93.66)lab(88.74% 2.72 66.7):root {
--color: #ffdb58;
--color-rgb: rgb(255, 219, 88);
--color-hsl: hsl(47.1, 100%, 67.3%);
--color-oklch: oklch(89.85% 0.1513 93.66);
}How mustard performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing mustard with progressively more white.
Shades are produced by mixing mustard with progressively more black.
Tones are produced by mixing mustard with progressively more gray, lowering chroma while keeping lightness.