Cornsilk sits a neutral / achromatic tone, with the hex code #FFF8DC mapping to rgb(255, 248, 220) in RGB and hsl(48, 100%, 93.1%) in HSL. In OKLCH it carries 98% perceptual lightness and 0.037 chroma — a desaturated, light reading that behaves well as a background, surface or supporting tone in modern interfaces. Neutrals are the connective tissue of every design system — backgrounds, borders, body copy and surfaces all live here. Their psychology is contextual: warm neutrals feel inviting and editorial, cool neutrals feel technical and precise.
Neutrals are the connective tissue of every design system — backgrounds, borders, body copy and surfaces all live here. Their psychology is contextual: warm neutrals feel inviting and editorial, cool neutrals feel technical and precise.
Neutrals are where contrast bugs hide — a body text grey of #777 on white fails AA. Audit every neutral against its actual background, not against pure white or pure black.
#FFF8DCrgb(255, 248, 220)hsl(48, 100%, 93.1%)hsv(48, 13.7%, 100%)lch(97.58% 14.42 93.8)oklch(97.73% 0.0373 95.44)lab(97.58% -0.96 14.39):root {
--color: #fff8dc;
--color-rgb: rgb(255, 248, 220);
--color-hsl: hsl(48, 100%, 93.1%);
--color-oklch: oklch(97.73% 0.0373 95.44);
}How cornsilk performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing cornsilk with progressively more white.
Shades are produced by mixing cornsilk with progressively more black.
Tones are produced by mixing cornsilk with progressively more gray, lowering chroma while keeping lightness.