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