#16005f
a deep, electric blue · warm · closest name: midnightblue
RGB
22, 0, 95
HSL
254°, 100%, 19%
CMYK
77, 100, 0, 63
Luminance
0.0100
Every format
| HEX | #16005f |
| RGB | rgb(22, 0, 95) |
| HSL | hsl(254, 100%, 19%) |
| CMYK | cmyk(77%, 100%, 0%, 63%) |
| LAB | lab(9.0 39.0 -49.8) |
| LCH | lch(9.0 63.3 308.1) |
| OKLCH | oklch(0.234 0.145 276.9) |
Copy-ready code
/* CSS */
color: #16005f;
background-color: #16005f;
/* Tailwind (arbitrary) */
class="text-[#16005f] bg-[#16005f]"
/* SCSS */
$brand: #16005f;
/* SwiftUI */
Color(red: 0.086, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#16005f")Accessibility — WCAG contrast
Aa
#16005f on white: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16005f on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.0%
Blue37.3%
CMYK percentages
Cyan76.8%
Magenta100.0%
Yellow0.0%
Key (black)62.7%
Color previews
#16005f text on a black background
contrast 1.20:1
Card sample
#16005f text on a white background
contrast 17.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16005f;
Background color
Panel with #16005f background
background-color: #16005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16005f; background: linear-gradient(135deg, #16005f, #55005F);