Slate Gray sits a neutral / achromatic tone, with the hex code #708090 mapping to rgb(112, 128, 144) in RGB and hsl(210, 12.6%, 50.2%) in HSL. In OKLCH it carries 59% perceptual lightness and 0.031 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.
#708090rgb(112, 128, 144)hsl(210, 12.6%, 50.2%)hsv(210, 22.2%, 56.5%)lch(52.7% 11.23 253)oklch(59.25% 0.0309 248.35)lab(52.7% -3.28 -10.74):root {
--color: #708090;
--color-rgb: rgb(112, 128, 144);
--color-hsl: hsl(210, 12.6%, 50.2%);
--color-oklch: oklch(59.25% 0.0309 248.35);
}How slate gray performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing slate gray with progressively more white.
Shades are produced by mixing slate gray with progressively more black.
Tones are produced by mixing slate gray with progressively more gray, lowering chroma while keeping lightness.