Smoke sits a neutral / achromatic tone, with the hex code #738276 mapping to rgb(115, 130, 118) in RGB and hsl(132, 6.1%, 48%) in HSL. In OKLCH it carries 59% perceptual lightness and 0.025 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.
#738276rgb(115, 130, 118)hsl(132, 6.1%, 48%)hsv(132, 11.5%, 51%)lch(52.86% 8.83 148.9)oklch(59.07% 0.0252 151.35)lab(52.86% -7.56 4.56):root {
--color: #738276;
--color-rgb: rgb(115, 130, 118);
--color-hsl: hsl(132, 6.1%, 48%);
--color-oklch: oklch(59.07% 0.0252 151.35);
}How smoke performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing smoke with progressively more white.
Shades are produced by mixing smoke with progressively more black.
Tones are produced by mixing smoke with progressively more gray, lowering chroma while keeping lightness.