Taupe sits a neutral / achromatic tone, with the hex code #483C32 mapping to rgb(72, 60, 50) in RGB and hsl(27.3, 18%, 23.9%) in HSL. In OKLCH it carries 37% perceptual lightness and 0.024 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.
#483C32rgb(72, 60, 50)hsl(27.3, 18%, 23.9%)hsv(27.3, 30.6%, 28.2%)lch(26.37% 9.21 63.71)oklch(36.57% 0.0237 61.78)lab(26.37% 4.08 8.26):root {
--color: #483c32;
--color-rgb: rgb(72, 60, 50);
--color-hsl: hsl(27.3, 18%, 23.9%);
--color-oklch: oklch(36.57% 0.0237 61.78);
}How taupe performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing taupe with progressively more white.
Shades are produced by mixing taupe with progressively more black.
Tones are produced by mixing taupe with progressively more gray, lowering chroma while keeping lightness.