#22012f
a deep, electric violet · warm · closest name: midnightblue
RGB
34, 1, 47
HSL
283°, 96%, 9%
CMYK
28, 98, 0, 82
Luminance
0.0057
Every format
| HEX | #22012f |
| RGB | rgb(34, 1, 47) |
| HSL | hsl(283, 96%, 9%) |
| CMYK | cmyk(28%, 98%, 0%, 82%) |
| LAB | lab(5.1 24.9 -22.2) |
| LCH | lch(5.1 33.3 318.3) |
| OKLCH | oklch(0.191 0.091 314.4) |
Copy-ready code
/* CSS */
color: #22012f;
background-color: #22012f;
/* Tailwind (arbitrary) */
class="text-[#22012f] bg-[#22012f]"
/* SCSS */
$brand: #22012f;
/* SwiftUI */
Color(red: 0.133, green: 0.004, blue: 0.184)
/* Android */
Color.parseColor("#22012f")Accessibility — WCAG contrast
Aa
#22012f on white: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#22012f on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.3%
Green0.4%
Blue18.4%
CMYK percentages
Cyan27.7%
Magenta97.9%
Yellow0.0%
Key (black)81.6%
Color previews
#22012f text on a black background
contrast 1.11:1
Card sample
#22012f text on a white background
contrast 18.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #22012f;
Background color
Panel with #22012f background
background-color: #22012f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #22012f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(34, 1, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(34, 1, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #22012f; background: linear-gradient(135deg, #22012f, #2F011D);