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