Eerie Black sits a neutral / achromatic tone, with the hex code #1B1B1B mapping to rgb(27, 27, 27) in RGB and hsl(0, 0%, 10.6%) in HSL. In OKLCH it carries 22% perceptual lightness and 0.000 chroma — a desaturated, dark reading that behaves well as a primary, accent or decisive colour 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.
#1B1B1Brgb(27, 27, 27)hsl(0, 0%, 10.6%)hsv(0, 0%, 10.6%)lch(9.77% 0 0)oklch(22.21% 0 0)lab(9.77% 0 0):root {
--color: #1b1b1b;
--color-rgb: rgb(27, 27, 27);
--color-hsl: hsl(0, 0%, 10.6%);
--color-oklch: oklch(22.21% 0 0);
}How eerie black performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing eerie black with progressively more white.
Shades are produced by mixing eerie black with progressively more black.
Tones are produced by mixing eerie black with progressively more gray, lowering chroma while keeping lightness.