Slate Blue sits a neutral / achromatic tone, with the hex code #71717A mapping to rgb(113, 113, 122) in RGB and hsl(240, 3.8%, 46.1%) in HSL. In OKLCH it carries 55% perceptual lightness and 0.014 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.
#71717Argb(113, 113, 122)hsl(240, 3.8%, 46.1%)hsv(240, 7.4%, 47.8%)lch(47.87% 5.19 285.84)oklch(55.17% 0.0138 285.94)lab(47.87% 1.42 -4.99):root {
--color: #71717a;
--color-rgb: rgb(113, 113, 122);
--color-hsl: hsl(240, 3.8%, 46.1%);
--color-oklch: oklch(55.17% 0.0138 285.94);
}How slate blue performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing slate blue with progressively more white.
Shades are produced by mixing slate blue with progressively more black.
Tones are produced by mixing slate blue with progressively more gray, lowering chroma while keeping lightness.