#16396b
a dark, vivid blue · cool · closest name: steelblue
RGB
22, 57, 107
HSL
215°, 66%, 25%
CMYK
79, 47, 0, 58
Luminance
0.0416
Every format
| HEX | #16396b |
| RGB | rgb(22, 57, 107) |
| HSL | hsl(215, 66%, 25%) |
| CMYK | cmyk(79%, 47%, 0%, 58%) |
| LAB | lab(24.2 7.0 -32.8) |
| LCH | lch(24.2 33.5 282.0) |
| OKLCH | oklch(0.348 0.096 257.8) |
Copy-ready code
/* CSS */
color: #16396b;
background-color: #16396b;
/* Tailwind (arbitrary) */
class="text-[#16396b] bg-[#16396b]"
/* SCSS */
$brand: #16396b;
/* SwiftUI */
Color(red: 0.086, green: 0.224, blue: 0.420)
/* Android */
Color.parseColor("#16396b")Accessibility — WCAG contrast
Aa
#16396b on white: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16396b on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green22.4%
Blue42.0%
CMYK percentages
Cyan79.4%
Magenta46.7%
Yellow0.0%
Key (black)58.0%
Color previews
#16396b text on a black background
contrast 1.83:1
Card sample
#16396b text on a white background
contrast 11.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16396b;
Background color
Panel with #16396b background
background-color: #16396b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16396b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 57, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 57, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16396b; background: linear-gradient(135deg, #16396b, #2C166B);