Blue Yonder sits a neutral / achromatic tone, with the hex code #6B7280 mapping to rgb(107, 114, 128) in RGB and hsl(220, 8.9%, 46.1%) in HSL. In OKLCH it carries 55% perceptual lightness and 0.023 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.
#6B7280rgb(107, 114, 128)hsl(220, 8.9%, 46.1%)hsv(220, 16.4%, 50.2%)lch(47.81% 8.71 267.45)oklch(55.1% 0.0234 264.36)lab(47.81% -0.39 -8.7):root {
--color: #6b7280;
--color-rgb: rgb(107, 114, 128);
--color-hsl: hsl(220, 8.9%, 46.1%);
--color-oklch: oklch(55.1% 0.0234 264.36);
}How blue yonder performs as foreground text on common surfaces, scored with WCAG 2.1.
Tints are produced by mixing blue yonder with progressively more white.
Shades are produced by mixing blue yonder with progressively more black.
Tones are produced by mixing blue yonder with progressively more gray, lowering chroma while keeping lightness.