#16042c
a deep, electric violet · warm · closest name: black
RGB
22, 4, 44
HSL
267°, 83%, 9%
CMYK
50, 91, 0, 83
Luminance
0.0044
Every format
| HEX | #16042c |
| RGB | rgb(22, 4, 44) |
| HSL | hsl(267, 83%, 9%) |
| CMYK | cmyk(50%, 91%, 0%, 83%) |
| LAB | lab(4.0 16.9 -21.8) |
| LCH | lch(4.0 27.6 307.7) |
| OKLCH | oklch(0.173 0.077 299.5) |
Copy-ready code
/* CSS */
color: #16042c;
background-color: #16042c;
/* Tailwind (arbitrary) */
class="text-[#16042c] bg-[#16042c]"
/* SCSS */
$brand: #16042c;
/* SwiftUI */
Color(red: 0.086, green: 0.016, blue: 0.173)
/* Android */
Color.parseColor("#16042c")Accessibility — WCAG contrast
Aa
#16042c on white: 19.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16042c on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green1.6%
Blue17.3%
CMYK percentages
Cyan50.0%
Magenta90.9%
Yellow0.0%
Key (black)82.7%
Color previews
#16042c text on a black background
contrast 1.09:1
Card sample
#16042c text on a white background
contrast 19.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16042c;
Background color
Panel with #16042c background
background-color: #16042c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16042c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 4, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 4, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16042c; background: linear-gradient(135deg, #16042c, #2C0427);