#210521
a deep, vivid magenta / pink · warm · closest name: black
RGB
33, 5, 33
HSL
300°, 74%, 8%
CMYK
0, 85, 0, 87
Luminance
0.0054
Every format
| HEX | #210521 |
| RGB | rgb(33, 5, 33) |
| HSL | hsl(300, 74%, 8%) |
| CMYK | cmyk(0%, 85%, 0%, 87%) |
| LAB | lab(4.9 17.9 -11.8) |
| LCH | lch(4.9 21.4 326.5) |
| OKLCH | oklch(0.184 0.066 327.9) |
Copy-ready code
/* CSS */
color: #210521;
background-color: #210521;
/* Tailwind (arbitrary) */
class="text-[#210521] bg-[#210521]"
/* SCSS */
$brand: #210521;
/* SwiftUI */
Color(red: 0.129, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#210521")Accessibility — WCAG contrast
Aa
#210521 on white: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210521 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow0.0%
Key (black)87.1%
Color previews
#210521 text on a black background
contrast 1.11:1
Card sample
#210521 text on a white background
contrast 18.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210521;
Background color
Panel with #210521 background
background-color: #210521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210521; background: linear-gradient(135deg, #210521, #21050E);