#202425
a deep, muted gray · cool · closest name: black
RGB
32, 36, 37
HSL
192°, 7%, 14%
CMYK
14, 3, 0, 86
Luminance
0.0170
Every format
| HEX | #202425 |
| RGB | rgb(32, 36, 37) |
| HSL | hsl(192, 7%, 14%) |
| CMYK | cmyk(14%, 3%, 0%, 86%) |
| LAB | lab(13.8 -1.6 -1.3) |
| LCH | lch(13.8 2.0 219.8) |
| OKLCH | oklch(0.257 0.006 214.4) |
Copy-ready code
/* CSS */
color: #202425;
background-color: #202425;
/* Tailwind (arbitrary) */
class="text-[#202425] bg-[#202425]"
/* SCSS */
$brand: #202425;
/* SwiftUI */
Color(red: 0.125, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#202425")Accessibility — WCAG contrast
Aa
#202425 on white: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#202425 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green14.1%
Blue14.5%
CMYK percentages
Cyan13.5%
Magenta2.7%
Yellow0.0%
Key (black)85.5%
Color previews
#202425 text on a black background
contrast 1.34:1
Card sample
#202425 text on a white background
contrast 15.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #202425;
Background color
Panel with #202425 background
background-color: #202425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #202425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #202425; background: linear-gradient(135deg, #202425, #202125);