#210b21
a deep, vivid magenta / pink · warm · closest name: black
RGB
33, 11, 33
HSL
300°, 50%, 9%
CMYK
0, 67, 0, 87
Luminance
0.0067
Every format
| HEX | #210b21 |
| RGB | rgb(33, 11, 33) |
| HSL | hsl(300, 50%, 9%) |
| CMYK | cmyk(0%, 67%, 0%, 87%) |
| LAB | lab(6.1 15.2 -10.0) |
| LCH | lch(6.1 18.2 326.5) |
| OKLCH | oklch(0.195 0.053 327.4) |
Copy-ready code
/* CSS */
color: #210b21;
background-color: #210b21;
/* Tailwind (arbitrary) */
class="text-[#210b21] bg-[#210b21]"
/* SCSS */
$brand: #210b21;
/* SwiftUI */
Color(red: 0.129, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#210b21")Accessibility — WCAG contrast
Aa
#210b21 on white: 18.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210b21 on black: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow0.0%
Key (black)87.1%
Color previews
#210b21 text on a black background
contrast 1.13:1
Card sample
#210b21 text on a white background
contrast 18.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210b21;
Background color
Panel with #210b21 background
background-color: #210b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210b21; background: linear-gradient(135deg, #210b21, #210B12);