Pearl sits a neutral / achromatic tone, with the hex code #EAE0C8 mapping to rgb(234, 224, 200) in RGB and hsl(42.4, 44.7%, 85.1%) in HSL. In OKLCH it carries 91% perceptual lightness and 0.034 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.
#EAE0C8rgb(234, 224, 200)hsl(42.4, 44.7%, 85.1%)hsv(42.4, 14.5%, 91.8%)lch(89.51% 13.1 87.32)oklch(90.83% 0.0337 88.06)lab(89.51% 0.61 13.09):root {
--color: #eae0c8;
--color-rgb: rgb(234, 224, 200);
--color-hsl: hsl(42.4, 44.7%, 85.1%);
--color-oklch: oklch(90.83% 0.0337 88.06);
}How pearl performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing pearl with progressively more white.
Shades are produced by mixing pearl with progressively more black.
Tones are produced by mixing pearl with progressively more gray, lowering chroma while keeping lightness.