#220711
a deep, vivid magenta / pink · warm · closest name: black
RGB
34, 7, 17
HSL
338°, 66%, 8%
CMYK
0, 79, 50, 87
Luminance
0.0053
Every format
| HEX | #220711 |
| RGB | rgb(34, 7, 17) |
| HSL | hsl(338, 66%, 8%) |
| CMYK | cmyk(0%, 79%, 50%, 87%) |
| LAB | lab(4.8 13.6 -0.1) |
| LCH | lch(4.8 13.6 359.5) |
| OKLCH | oklch(0.181 0.049 359.7) |
Copy-ready code
/* CSS */
color: #220711;
background-color: #220711;
/* Tailwind (arbitrary) */
class="text-[#220711] bg-[#220711]"
/* SCSS */
$brand: #220711;
/* SwiftUI */
Color(red: 0.133, green: 0.027, blue: 0.067)
/* Android */
Color.parseColor("#220711")Accessibility — WCAG contrast
Aa
#220711 on white: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220711 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green2.7%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta79.4%
Yellow50.0%
Key (black)86.7%
Color previews
#220711 text on a black background
contrast 1.11:1
Card sample
#220711 text on a white background
contrast 18.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220711;
Background color
Panel with #220711 background
background-color: #220711;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220711;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 7, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 7, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220711; background: linear-gradient(135deg, #220711, #220F07);