Dark Slate Gray sits a neutral / achromatic tone, with the hex code #2F4F4F mapping to rgb(47, 79, 79) in RGB and hsl(180, 25.4%, 24.7%) in HSL. In OKLCH it carries 40% perceptual lightness and 0.038 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.
#2F4F4Frgb(47, 79, 79)hsl(180, 25.4%, 24.7%)hsv(180, 40.5%, 31%)lch(31.14% 12.88 197.8)oklch(40.3% 0.0377 195.76)lab(31.14% -12.26 -3.94):root {
--color: #2f4f4f;
--color-rgb: rgb(47, 79, 79);
--color-hsl: hsl(180, 25.4%, 24.7%);
--color-oklch: oklch(40.3% 0.0377 195.76);
}How dark slate gray performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing dark slate gray with progressively more white.
Shades are produced by mixing dark slate gray with progressively more black.
Tones are produced by mixing dark slate gray with progressively more gray, lowering chroma while keeping lightness.