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