Alice Blue sits a neutral / achromatic tone, with the hex code #F0F8FF mapping to rgb(240, 248, 255) in RGB and hsl(208, 100%, 97.1%) in HSL. In OKLCH it carries 98% perceptual lightness and 0.013 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.
#F0F8FFrgb(240, 248, 255)hsl(208, 100%, 97.1%)hsv(208, 5.9%, 100%)lch(97.12% 4.68 247.74)oklch(97.51% 0.0127 244.25)lab(97.12% -1.77 -4.33):root {
--color: #f0f8ff;
--color-rgb: rgb(240, 248, 255);
--color-hsl: hsl(208, 100%, 97.1%);
--color-oklch: oklch(97.51% 0.0127 244.25);
}How alice blue performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing alice blue with progressively more white.
Shades are produced by mixing alice blue with progressively more black.
Tones are produced by mixing alice blue with progressively more gray, lowering chroma while keeping lightness.