#220018
a deep, electric magenta / pink · warm · closest name: black
RGB
34, 0, 24
HSL
318°, 100%, 7%
CMYK
0, 100, 29, 87
Luminance
0.0041
Every format
| HEX | #220018 |
| RGB | rgb(34, 0, 24) |
| HSL | hsl(318, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 29%, 87%) |
| LAB | lab(3.7 18.0 -6.5) |
| LCH | lch(3.7 19.1 340.0) |
| OKLCH | oklch(0.169 0.073 341.7) |
Copy-ready code
/* CSS */
color: #220018;
background-color: #220018;
/* Tailwind (arbitrary) */
class="text-[#220018] bg-[#220018]"
/* SCSS */
$brand: #220018;
/* SwiftUI */
Color(red: 0.133, green: 0.000, blue: 0.094)
/* Android */
Color.parseColor("#220018")Accessibility — WCAG contrast
Aa
#220018 on white: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#220018 on black: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.0%
Blue9.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.4%
Key (black)86.7%
Color previews
#220018 text on a black background
contrast 1.08:1
Card sample
#220018 text on a white background
contrast 19.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #220018;
Background color
Panel with #220018 background
background-color: #220018;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #220018;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 0, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 0, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #220018; background: linear-gradient(135deg, #220018, #220001);