#220511
a deep, vivid magenta / pink · warm · closest name: black
RGB
34, 5, 17
HSL
335°, 74%, 8%
CMYK
0, 85, 50, 87
Luminance
0.0049
Every format
| HEX | #220511 |
| RGB | rgb(34, 5, 17) |
| HSL | hsl(335, 74%, 8%) |
| CMYK | cmyk(0%, 85%, 50%, 87%) |
| LAB | lab(4.4 14.3 -0.7) |
| LCH | lch(4.4 14.4 357.2) |
| OKLCH | oklch(0.177 0.053 357.4) |
Copy-ready code
/* CSS */
color: #220511;
background-color: #220511;
/* Tailwind (arbitrary) */
class="text-[#220511] bg-[#220511]"
/* SCSS */
$brand: #220511;
/* SwiftUI */
Color(red: 0.133, green: 0.020, blue: 0.067)
/* Android */
Color.parseColor("#220511")Accessibility — WCAG contrast
Aa
#220511 on white: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220511 on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green2.0%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow50.0%
Key (black)86.7%
Color previews
#220511 text on a black background
contrast 1.10:1
Card sample
#220511 text on a white background
contrast 19.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220511;
Background color
Panel with #220511 background
background-color: #220511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 5, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 5, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220511; background: linear-gradient(135deg, #220511, #220C05);