#22012c
a deep, electric violet · warm · closest name: black
RGB
34, 1, 44
HSL
286°, 96%, 9%
CMYK
23, 98, 0, 83
Luminance
0.0054
Every format
| HEX | #22012c |
| RGB | rgb(34, 1, 44) |
| HSL | hsl(286, 96%, 9%) |
| CMYK | cmyk(23%, 98%, 0%, 83%) |
| LAB | lab(4.9 23.8 -20.2) |
| LCH | lch(4.9 31.3 319.6) |
| OKLCH | oklch(0.188 0.088 317.3) |
Copy-ready code
/* CSS */
color: #22012c;
background-color: #22012c;
/* Tailwind (arbitrary) */
class="text-[#22012c] bg-[#22012c]"
/* SCSS */
$brand: #22012c;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.173)
/* Android */
Color.parseColor("#22012c")Accessibility — WCAG contrast
Aa
#22012c on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22012c on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue17.3%
CMYK percentages
Cyan22.7%
Magenta97.7%
Yellow0.0%
Key (black)82.7%
Color previews
#22012c text on a black background
contrast 1.11:1
Card sample
#22012c text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22012c;
Background color
Panel with #22012c background
background-color: #22012c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22012c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22012c; background: linear-gradient(135deg, #22012c, #2C0119);