#16396f
a dark, vivid blue · cool · closest name: midnightblue
RGB
22, 57, 111
HSL
216°, 67%, 26%
CMYK
80, 49, 0, 57
Luminance
0.0424
Every format
| HEX | #16396f |
| RGB | rgb(22, 57, 111) |
| HSL | hsl(216, 67%, 26%) |
| CMYK | cmyk(80%, 49%, 0%, 57%) |
| LAB | lab(24.5 8.6 -34.9) |
| LCH | lch(24.5 36.0 283.9) |
| OKLCH | oklch(0.351 0.102 259.0) |
Copy-ready code
/* CSS */
color: #16396f;
background-color: #16396f;
/* Tailwind (arbitrary) */
class="text-[#16396f] bg-[#16396f]"
/* SCSS */
$brand: #16396f;
/* SwiftUI */
Color(red: 0.086, green: 0.224, blue: 0.435)
/* Android */
Color.parseColor("#16396f")Accessibility — WCAG contrast
Aa
#16396f on white: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#16396f on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green22.4%
Blue43.5%
CMYK percentages
Cyan80.2%
Magenta48.6%
Yellow0.0%
Key (black)56.5%
Color previews
#16396f text on a black background
contrast 1.85:1
Card sample
#16396f text on a white background
contrast 11.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16396f;
Background color
Panel with #16396f background
background-color: #16396f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16396f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 57, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 57, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16396f; background: linear-gradient(135deg, #16396f, #2E166F);