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