#210121
a deep, electric magenta / pink · warm · closest name: black
RGB
33, 1, 33
HSL
300°, 94%, 7%
CMYK
0, 97, 0, 87
Luminance
0.0045
Every format
| HEX | #210121 |
| RGB | rgb(33, 1, 33) |
| HSL | hsl(300, 94%, 7%) |
| CMYK | cmyk(0%, 97%, 0%, 87%) |
| LAB | lab(4.1 19.6 -13.0) |
| LCH | lch(4.1 23.5 326.4) |
| OKLCH | oklch(0.176 0.077 328.3) |
Copy-ready code
/* CSS */
color: #210121;
background-color: #210121;
/* Tailwind (arbitrary) */
class="text-[#210121] bg-[#210121]"
/* SCSS */
$brand: #210121;
/* SwiftUI */
Color(red: 0.129, green: 0.004, blue: 0.129)
/* Android */
Color.parseColor("#210121")Accessibility — WCAG contrast
Aa
#210121 on white: 19.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210121 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green0.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta97.0%
Yellow0.0%
Key (black)87.1%
Color previews
#210121 text on a black background
contrast 1.09:1
Card sample
#210121 text on a white background
contrast 19.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210121;
Background color
Panel with #210121 background
background-color: #210121;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210121;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 1, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 1, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210121; background: linear-gradient(135deg, #210121, #21010C);