Lavender Blush sits a neutral / achromatic tone, with the hex code #FFF0F5 mapping to rgb(255, 240, 245) in RGB and hsl(340, 100%, 97.1%) in HSL. In OKLCH it carries 97% perceptual lightness and 0.017 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.
#FFF0F5rgb(255, 240, 245)hsl(340, 100%, 97.1%)hsv(340, 5.9%, 100%)lch(96.1% 5.88 355.04)oklch(96.83% 0.0174 355.1)lab(96.1% 5.86 -0.51):root {
--color: #fff0f5;
--color-rgb: rgb(255, 240, 245);
--color-hsl: hsl(340, 100%, 97.1%);
--color-oklch: oklch(96.83% 0.0174 355.1);
}How lavender blush performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing lavender blush with progressively more white.
Shades are produced by mixing lavender blush with progressively more black.
Tones are produced by mixing lavender blush with progressively more gray, lowering chroma while keeping lightness.