#16004f
a deep, electric violet · warm · closest name: midnightblue
RGB
22, 0, 79
HSL
257°, 100%, 16%
CMYK
72, 100, 0, 69
Luminance
0.0074
Every format
| HEX | #16004f |
| RGB | rgb(22, 0, 79) |
| HSL | hsl(257, 100%, 16%) |
| CMYK | cmyk(72%, 100%, 0%, 69%) |
| LAB | lab(6.6 34.2 -42.8) |
| LCH | lch(6.6 54.8 308.7) |
| OKLCH | oklch(0.211 0.126 281.6) |
Copy-ready code
/* CSS */
color: #16004f;
background-color: #16004f;
/* Tailwind (arbitrary) */
class="text-[#16004f] bg-[#16004f]"
/* SCSS */
$brand: #16004f;
/* SwiftUI */
Color(red: 0.086, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#16004f")Accessibility — WCAG contrast
Aa
#16004f on white: 18.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16004f on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.0%
Blue31.0%
CMYK percentages
Cyan72.2%
Magenta100.0%
Yellow0.0%
Key (black)69.0%
Color previews
#16004f text on a black background
contrast 1.15:1
Card sample
#16004f text on a white background
contrast 18.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16004f;
Background color
Panel with #16004f background
background-color: #16004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16004f; background: linear-gradient(135deg, #16004f, #4B004F);