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