Wasabi sits in the bright yellow family, with the hex code #788A25 mapping to rgb(120, 138, 37) in RGB and hsl(70.7, 57.7%, 34.3%) in HSL. In OKLCH it carries 60% perceptual lightness and 0.125 chroma — a moderately saturated, dark reading that behaves well as a primary, accent or decisive colour 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.
#788A25rgb(120, 138, 37)hsl(70.7, 57.7%, 34.3%)hsv(70.7, 73.2%, 54.1%)lch(54.56% 51.37 109.47)oklch(59.94% 0.125 119.2)lab(54.56% -17.12 48.44):root {
--color: #788a25;
--color-rgb: rgb(120, 138, 37);
--color-hsl: hsl(70.7, 57.7%, 34.3%);
--color-oklch: oklch(59.94% 0.125 119.2);
}How wasabi performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing wasabi with progressively more white.
Shades are produced by mixing wasabi with progressively more black.
Tones are produced by mixing wasabi with progressively more gray, lowering chroma while keeping lightness.