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