#252221
a deep, muted gray · warm · closest name: black
RGB
37, 34, 33
HSL
15°, 6%, 14%
CMYK
0, 8, 11, 86
Luminance
0.0165
Every format
| HEX | #252221 |
| RGB | rgb(37, 34, 33) |
| HSL | hsl(15, 6%, 14%) |
| CMYK | cmyk(0%, 8%, 11%, 86%) |
| LAB | lab(13.5 1.2 1.2) |
| LCH | lch(13.5 1.7 45.0) |
| OKLCH | oklch(0.255 0.005 39.4) |
Copy-ready code
/* CSS */
color: #252221;
background-color: #252221;
/* Tailwind (arbitrary) */
class="text-[#252221] bg-[#252221]"
/* SCSS */
$brand: #252221;
/* SwiftUI */
Color(red: 0.145, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#252221")Accessibility — WCAG contrast
Aa
#252221 on white: 15.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#252221 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow10.8%
Key (black)85.5%
Color previews
#252221 text on a black background
contrast 1.33:1
Card sample
#252221 text on a white background
contrast 15.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #252221;
Background color
Panel with #252221 background
background-color: #252221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #252221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #252221; background: linear-gradient(135deg, #252221, #252521);