#211221
a deep, soft magenta / pink · warm · closest name: black
RGB
33, 18, 33
HSL
300°, 29%, 10%
CMYK
0, 46, 0, 87
Luminance
0.0087
Every format
| HEX | #211221 |
| RGB | rgb(33, 18, 33) |
| HSL | hsl(300, 29%, 10%) |
| CMYK | cmyk(0%, 46%, 0%, 87%) |
| LAB | lab(7.8 11.0 -7.4) |
| LCH | lch(7.8 13.3 326.3) |
| OKLCH | oklch(0.210 0.036 326.8) |
Copy-ready code
/* CSS */
color: #211221;
background-color: #211221;
/* Tailwind (arbitrary) */
class="text-[#211221] bg-[#211221]"
/* SCSS */
$brand: #211221;
/* SwiftUI */
Color(red: 0.129, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#211221")Accessibility — WCAG contrast
Aa
#211221 on white: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211221 on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow0.0%
Key (black)87.1%
Color previews
#211221 text on a black background
contrast 1.17:1
Card sample
#211221 text on a white background
contrast 17.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211221;
Background color
Panel with #211221 background
background-color: #211221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211221; background: linear-gradient(135deg, #211221, #211217);