#211321
a deep, soft magenta / pink · warm · closest name: black
RGB
33, 19, 33
HSL
300°, 27%, 10%
CMYK
0, 42, 0, 87
Luminance
0.0090
Every format
| HEX | #211321 |
| RGB | rgb(33, 19, 33) |
| HSL | hsl(300, 27%, 10%) |
| CMYK | cmyk(0%, 42%, 0%, 87%) |
| LAB | lab(8.1 10.3 -6.9) |
| LCH | lch(8.1 12.4 326.2) |
| OKLCH | oklch(0.212 0.034 326.7) |
Copy-ready code
/* CSS */
color: #211321;
background-color: #211321;
/* Tailwind (arbitrary) */
class="text-[#211321] bg-[#211321]"
/* SCSS */
$brand: #211321;
/* SwiftUI */
Color(red: 0.129, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#211321")Accessibility — WCAG contrast
Aa
#211321 on white: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#211321 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow0.0%
Key (black)87.1%
Color previews
#211321 text on a black background
contrast 1.18:1
Card sample
#211321 text on a white background
contrast 17.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #211321;
Background color
Panel with #211321 background
background-color: #211321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #211321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #211321; background: linear-gradient(135deg, #211321, #211318);