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