Jet Black sits a neutral / achromatic tone, with the hex code #0A0A0A mapping to rgb(10, 10, 10) in RGB and hsl(0, 0%, 3.9%) in HSL. In OKLCH it carries 14% 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.
#0A0A0Argb(10, 10, 10)hsl(0, 0%, 3.9%)hsv(0, 0%, 3.9%)lch(2.74% 0 0)oklch(14.48% 0 0)lab(2.74% 0 0):root {
--color: #0a0a0a;
--color-rgb: rgb(10, 10, 10);
--color-hsl: hsl(0, 0%, 3.9%);
--color-oklch: oklch(14.48% 0 0);
}How jet black performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing jet black with progressively more white.
Shades are produced by mixing jet black with progressively more black.
Tones are produced by mixing jet black with progressively more gray, lowering chroma while keeping lightness.