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