Closest to Black
#27272A
Color conversions
Reference values for common CSS, design, and accessibility formats.
| Format | Value | Preview | Copy |
|---|---|---|---|
| HEX | 27272A | ||
| HEX with # | #27272A | ||
| RGB | rgb(39, 39, 42) | ||
| RGBA | rgba(39, 39, 42, 1) | ||
| HSL | hsl(240 3.7% 15.88%) | ||
| HSLA | hsla(240, 3.7%, 15.88%, 1) | ||
| HSV | hsv(240, 7.14%, 16.47%) | ||
| CMYK | cmyk(7.14%, 7.14%, 0%, 83.53%) | ||
| OKLCH | oklch(27.39% 0.0055 286.03) |
Closest named matches
Color modifications
Lighter shades
Saturation steps
Suggested pairings
Split-complementary
Try this combo as a gradientUse this color in CSS
--color: #27272A;
bg-[#27272a]
Accessibility quick-check
White text
14.89:1
AAA normal
Black text
1.41:1
Decorative only
Reference notes
#27272A is a very deep, muted blue color closest to Black. The color has RGB channels of 39, 39, and 42; in HSL terms, it is centered near 240 degrees with 4% saturation and 16% lightness. In a design system, this neutral reading is a useful shortcut for deciding whether the color should act as a primary accent, a supporting surface, or a quiet divider. The safest usage pattern is to test it against both light and dark surfaces, then reserve the weaker text pairing for decoration rather than essential labels. If the color feels too forceful at full strength, the lighter, darker, and desaturated variants usually provide a calmer path for production UI. For editorial or product interfaces, reserve the most saturated use for accents and repeat softer variants in borders, labels, or background fills. This makes it useful for interfaces that need weight, contrast, or a more formal visual register. In CSS systems, define it as a custom property first so variations, shadows, and gradients can stay consistent.