#16496e
a dark, vivid blue · cool · closest name: steelblue
RGB
22, 73, 110
HSL
205°, 67%, 26%
CMYK
80, 34, 0, 57
Luminance
0.0606
Every format
| HEX | #16496e |
| RGB | rgb(22, 73, 110) |
| HSL | hsl(205, 67%, 26%) |
| CMYK | cmyk(80%, 34%, 0%, 57%) |
| LAB | lab(29.6 -2.7 -26.1) |
| LCH | lch(29.6 26.3 264.1) |
| OKLCH | oklch(0.391 0.082 244.5) |
Copy-ready code
/* CSS */
color: #16496e;
background-color: #16496e;
/* Tailwind (arbitrary) */
class="text-[#16496e] bg-[#16496e]"
/* SCSS */
$brand: #16496e;
/* SwiftUI */
Color(red: 0.086, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#16496e")Accessibility — WCAG contrast
Aa
#16496e on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16496e on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green28.6%
Blue43.1%
CMYK percentages
Cyan80.0%
Magenta33.6%
Yellow0.0%
Key (black)56.9%
Color previews
#16496e text on a black background
contrast 2.21:1
Card sample
#16496e text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16496e;
Background color
Panel with #16496e background
background-color: #16496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16496e; background: linear-gradient(135deg, #16496e, #1E166E);