#200413
a deep, electric magenta / pink · warm · closest name: black
RGB
32, 4, 19
HSL
328°, 78%, 7%
CMYK
0, 88, 41, 88
Luminance
0.0044
Every format
| HEX | #200413 |
| RGB | rgb(32, 4, 19) |
| HSL | hsl(328, 78%, 7%) |
| CMYK | cmyk(0%, 88%, 41%, 88%) |
| LAB | lab(4.0 13.8 -2.6) |
| LCH | lch(4.0 14.1 349.4) |
| OKLCH | oklch(0.171 0.055 350.0) |
Copy-ready code
/* CSS */
color: #200413;
background-color: #200413;
/* Tailwind (arbitrary) */
class="text-[#200413] bg-[#200413]"
/* SCSS */
$brand: #200413;
/* SwiftUI */
Color(red: 0.125, green: 0.016, blue: 0.075)
/* Android */
Color.parseColor("#200413")Accessibility — WCAG contrast
Aa
#200413 on white: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#200413 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.5%
Green1.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta87.5%
Yellow40.6%
Key (black)87.5%
Color previews
#200413 text on a black background
contrast 1.09:1
Card sample
#200413 text on a white background
contrast 19.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #200413;
Background color
Panel with #200413 background
background-color: #200413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #200413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(32, 4, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(32, 4, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #200413; background: linear-gradient(135deg, #200413, #200804);