#220011
a deep, electric magenta / pink · warm · closest name: black
RGB
34, 0, 17
HSL
330°, 100%, 7%
CMYK
0, 100, 50, 87
Luminance
0.0038
Every format
| HEX | #220011 |
| RGB | rgb(34, 0, 17) |
| HSL | hsl(330, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 50%, 87%) |
| LAB | lab(3.4 16.4 -2.1) |
| LCH | lch(3.4 16.5 352.6) |
| OKLCH | oklch(0.165 0.068 352.7) |
Copy-ready code
/* CSS */
color: #220011;
background-color: #220011;
/* Tailwind (arbitrary) */
class="text-[#220011] bg-[#220011]"
/* SCSS */
$brand: #220011;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.067)
/* Android */
Color.parseColor("#220011")Accessibility — WCAG contrast
Aa
#220011 on white: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220011 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow50.0%
Key (black)86.7%
Color previews
#220011 text on a black background
contrast 1.08:1
Card sample
#220011 text on a white background
contrast 19.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220011;
Background color
Panel with #220011 background
background-color: #220011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220011; background: linear-gradient(135deg, #220011, #220600);