#210213
a deep, electric magenta / pink · warm · closest name: black
RGB
33, 2, 19
HSL
327°, 89%, 7%
CMYK
0, 94, 42, 87
Luminance
0.0041
Every format
| HEX | #210213 |
| RGB | rgb(33, 2, 19) |
| HSL | hsl(327, 89%, 7%) |
| CMYK | cmyk(0%, 94%, 42%, 87%) |
| LAB | lab(3.7 15.3 -2.9) |
| LCH | lch(3.7 15.6 349.2) |
| OKLCH | oklch(0.169 0.062 349.7) |
Copy-ready code
/* CSS */
color: #210213;
background-color: #210213;
/* Tailwind (arbitrary) */
class="text-[#210213] bg-[#210213]"
/* SCSS */
$brand: #210213;
/* SwiftUI */
Color(red: 0.129, green: 0.008, blue: 0.075)
/* Android */
Color.parseColor("#210213")Accessibility — WCAG contrast
Aa
#210213 on white: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210213 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green0.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.9%
Yellow42.4%
Key (black)87.1%
Color previews
#210213 text on a black background
contrast 1.08:1
Card sample
#210213 text on a white background
contrast 19.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210213;
Background color
Panel with #210213 background
background-color: #210213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 2, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 2, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210213; background: linear-gradient(135deg, #210213, #210602);