Cosmic Latte sits a neutral / achromatic tone, with the hex code #FFF8E7 mapping to rgb(255, 248, 231) in RGB and hsl(42.5, 100%, 95.3%) in HSL. In OKLCH it carries 98% perceptual lightness and 0.024 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.
#FFF8E7rgb(255, 248, 231)hsl(42.5, 100%, 95.3%)hsv(42.5, 9.4%, 100%)lch(97.79% 9.08 87.99)oklch(98% 0.0235 88.23)lab(97.79% 0.32 9.07):root {
--color: #fff8e7;
--color-rgb: rgb(255, 248, 231);
--color-hsl: hsl(42.5, 100%, 95.3%);
--color-oklch: oklch(98% 0.0235 88.23);
}How cosmic latte performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing cosmic latte with progressively more white.
Shades are produced by mixing cosmic latte with progressively more black.
Tones are produced by mixing cosmic latte with progressively more gray, lowering chroma while keeping lightness.