#210413
a deep, electric magenta / pink · warm · closest name: black
RGB
33, 4, 19
HSL
329°, 78%, 7%
CMYK
0, 88, 42, 87
Luminance
0.0046
Every format
| HEX | #210413 |
| RGB | rgb(33, 4, 19) |
| HSL | hsl(329, 78%, 7%) |
| CMYK | cmyk(0%, 88%, 42%, 87%) |
| LAB | lab(4.1 14.5 -2.4) |
| LCH | lch(4.1 14.7 350.7) |
| OKLCH | oklch(0.173 0.056 351.2) |
Copy-ready code
/* CSS */
color: #210413;
background-color: #210413;
/* Tailwind (arbitrary) */
class="text-[#210413] bg-[#210413]"
/* SCSS */
$brand: #210413;
/* SwiftUI */
Color(red: 0.129, green: 0.016, blue: 0.075)
/* Android */
Color.parseColor("#210413")Accessibility — WCAG contrast
Aa
#210413 on white: 19.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210413 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green1.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow42.4%
Key (black)87.1%
Color previews
#210413 text on a black background
contrast 1.09:1
Card sample
#210413 text on a white background
contrast 19.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210413;
Background color
Panel with #210413 background
background-color: #210413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 4, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 4, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210413; background: linear-gradient(135deg, #210413, #210804);