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