#201f24
a deep, muted gray · warm · closest name: black
RGB
32, 31, 36
HSL
252°, 8%, 13%
CMYK
11, 14, 0, 86
Luminance
0.0141
Every format
| HEX | #201f24 |
| RGB | rgb(32, 31, 36) |
| HSL | hsl(252, 8%, 13%) |
| CMYK | cmyk(11%, 14%, 0%, 86%) |
| LAB | lab(12.1 1.8 -3.2) |
| LCH | lch(12.1 3.7 298.7) |
| OKLCH | oklch(0.242 0.009 294.9) |
Copy-ready code
/* CSS */
color: #201f24;
background-color: #201f24;
/* Tailwind (arbitrary) */
class="text-[#201f24] bg-[#201f24]"
/* SCSS */
$brand: #201f24;
/* SwiftUI */
Color(red: 0.125, green: 0.122, blue: 0.141)
/* Android */
Color.parseColor("#201f24")Accessibility — WCAG contrast
Aa
#201f24 on white: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#201f24 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green12.2%
Blue14.1%
CMYK percentages
Cyan11.1%
Magenta13.9%
Yellow0.0%
Key (black)85.9%
Color previews
#201f24 text on a black background
contrast 1.28:1
Card sample
#201f24 text on a white background
contrast 16.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #201f24;
Background color
Panel with #201f24 background
background-color: #201f24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #201f24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 31, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 31, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #201f24; background: linear-gradient(135deg, #201f24, #231F24);