#16005c
a deep, electric blue · warm · closest name: midnightblue
RGB
22, 0, 92
HSL
254°, 100%, 18%
CMYK
76, 100, 0, 64
Luminance
0.0094
Every format
| HEX | #16005c |
| RGB | rgb(22, 0, 92) |
| HSL | hsl(254, 100%, 18%) |
| CMYK | cmyk(76%, 100%, 0%, 64%) |
| LAB | lab(8.5 38.2 -48.5) |
| LCH | lch(8.5 61.8 308.2) |
| OKLCH | oklch(0.229 0.141 277.6) |
Copy-ready code
/* CSS */
color: #16005c;
background-color: #16005c;
/* Tailwind (arbitrary) */
class="text-[#16005c] bg-[#16005c]"
/* SCSS */
$brand: #16005c;
/* SwiftUI */
Color(red: 0.086, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#16005c")Accessibility — WCAG contrast
Aa
#16005c on white: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16005c on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.0%
Blue36.1%
CMYK percentages
Cyan76.1%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#16005c text on a black background
contrast 1.19:1
Card sample
#16005c text on a white background
contrast 17.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16005c;
Background color
Panel with #16005c background
background-color: #16005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16005c; background: linear-gradient(135deg, #16005c, #53005C);