#16005b
a deep, electric blue · warm · closest name: midnightblue
RGB
22, 0, 91
HSL
255°, 100%, 18%
CMYK
76, 100, 0, 64
Luminance
0.0093
Every format
| HEX | #16005b |
| RGB | rgb(22, 0, 91) |
| HSL | hsl(255, 100%, 18%) |
| CMYK | cmyk(76%, 100%, 0%, 64%) |
| LAB | lab(8.4 37.9 -48.1) |
| LCH | lch(8.4 61.3 308.2) |
| OKLCH | oklch(0.228 0.140 277.9) |
Copy-ready code
/* CSS */
color: #16005b;
background-color: #16005b;
/* Tailwind (arbitrary) */
class="text-[#16005b] bg-[#16005b]"
/* SCSS */
$brand: #16005b;
/* SwiftUI */
Color(red: 0.086, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#16005b")Accessibility — WCAG contrast
Aa
#16005b on white: 17.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16005b on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.0%
Blue35.7%
CMYK percentages
Cyan75.8%
Magenta100.0%
Yellow0.0%
Key (black)64.3%
Color previews
#16005b text on a black background
contrast 1.19:1
Card sample
#16005b text on a white background
contrast 17.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16005b;
Background color
Panel with #16005b background
background-color: #16005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16005b; background: linear-gradient(135deg, #16005b, #52005B);