#20041c
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 4, 28
HSL
309°, 78%, 7%
CMYK
0, 88, 13, 88
Luminance
0.0048
Every format
| HEX | #20041c |
| RGB | rgb(32, 4, 28) |
| HSL | hsl(309, 78%, 7%) |
| CMYK | cmyk(0%, 88%, 13%, 88%) |
| LAB | lab(4.3 16.2 -8.8) |
| LCH | lch(4.3 18.4 331.4) |
| OKLCH | oklch(0.177 0.063 333.8) |
Copy-ready code
/* CSS */
color: #20041c;
background-color: #20041c;
/* Tailwind (arbitrary) */
class="text-[#20041c] bg-[#20041c]"
/* SCSS */
$brand: #20041c;
/* SwiftUI */
Color(red: 0.125, green: 0.016, blue: 0.110)
/* Android */
Color.parseColor("#20041c")Accessibility — WCAG contrast
Aa
#20041c on white: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#20041c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.6%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow12.5%
Key (black)87.5%
Color previews
#20041c text on a black background
contrast 1.10:1
Card sample
#20041c text on a white background
contrast 19.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #20041c;
Background color
Panel with #20041c background
background-color: #20041c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #20041c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 4, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 4, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #20041c; background: linear-gradient(135deg, #20041c, #200409);