#16009c
a dark, electric blue · warm · closest name: navy
RGB
22, 0, 156
HSL
249°, 100%, 31%
CMYK
86, 100, 0, 39
Luminance
0.0257
Every format
| HEX | #16009c |
| RGB | rgb(22, 0, 156) |
| HSL | hsl(249, 100%, 31%) |
| CMYK | cmyk(86%, 100%, 0%, 39%) |
| LAB | lab(18.2 55.1 -73.4) |
| LCH | lch(18.2 91.8 306.9) |
| OKLCH | oklch(0.321 0.212 269.0) |
Copy-ready code
/* CSS */
color: #16009c;
background-color: #16009c;
/* Tailwind (arbitrary) */
class="text-[#16009c] bg-[#16009c]"
/* SCSS */
$brand: #16009c;
/* SwiftUI */
Color(red: 0.086, green: 0.000, blue: 0.612)
/* Android */
Color.parseColor("#16009c")Accessibility — WCAG contrast
Aa
#16009c on white: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16009c on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green0.0%
Blue61.2%
CMYK percentages
Cyan85.9%
Magenta100.0%
Yellow0.0%
Key (black)38.8%
Color previews
#16009c text on a black background
contrast 1.51:1
Card sample
#16009c text on a white background
contrast 13.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16009c;
Background color
Panel with #16009c background
background-color: #16009c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16009c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 0, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 0, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16009c; background: linear-gradient(135deg, #16009c, #7E009C);