#252421
a deep, muted gray · cool · closest name: black
RGB
37, 36, 33
HSL
45°, 6%, 14%
CMYK
0, 3, 11, 86
Luminance
0.0176
Every format
| HEX | #252421 |
| RGB | rgb(37, 36, 33) |
| HSL | hsl(45, 6%, 14%) |
| CMYK | cmyk(0%, 3%, 11%, 86%) |
| LAB | lab(14.2 -0.2 2.2) |
| LCH | lch(14.2 2.2 96.3) |
| OKLCH | oklch(0.260 0.006 91.6) |
Copy-ready code
/* CSS */
color: #252421;
background-color: #252421;
/* Tailwind (arbitrary) */
class="text-[#252421] bg-[#252421]"
/* SCSS */
$brand: #252421;
/* SwiftUI */
Color(red: 0.145, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#252421")Accessibility — WCAG contrast
Aa
#252421 on white: 15.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252421 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow10.8%
Key (black)85.5%
Color previews
#252421 text on a black background
contrast 1.35:1
Card sample
#252421 text on a white background
contrast 15.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252421;
Background color
Panel with #252421 background
background-color: #252421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252421; background: linear-gradient(135deg, #252421, #232521);