Wenge sits a neutral / achromatic tone, with the hex code #645452 mapping to rgb(100, 84, 82) in RGB and hsl(6.7, 9.9%, 35.7%) in HSL. In OKLCH it carries 46% perceptual lightness and 0.021 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.
#645452rgb(100, 84, 82)hsl(6.7, 9.9%, 35.7%)hsv(6.7, 18%, 39.2%)lch(37.3% 7.55 29.85)oklch(46.12% 0.0215 26.36)lab(37.3% 6.55 3.76):root {
--color: #645452;
--color-rgb: rgb(100, 84, 82);
--color-hsl: hsl(6.7, 9.9%, 35.7%);
--color-oklch: oklch(46.12% 0.0215 26.36);
}How wenge performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing wenge with progressively more white.
Shades are produced by mixing wenge with progressively more black.
Tones are produced by mixing wenge with progressively more gray, lowering chroma while keeping lightness.