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