#164386
a dark, vivid blue · cool · closest name: midnightblue
RGB
22, 67, 134
HSL
216°, 72%, 31%
CMYK
84, 50, 0, 48
Luminance
0.0591
Every format
| HEX | #164386 |
| RGB | rgb(22, 67, 134) |
| HSL | hsl(216, 72%, 31%) |
| CMYK | cmyk(84%, 50%, 0%, 48%) |
| LAB | lab(29.2 11.2 -41.8) |
| LCH | lch(29.2 43.3 285.0) |
| OKLCH | oklch(0.393 0.123 258.7) |
Copy-ready code
/* CSS */
color: #164386;
background-color: #164386;
/* Tailwind (arbitrary) */
class="text-[#164386] bg-[#164386]"
/* SCSS */
$brand: #164386;
/* SwiftUI */
Color(red: 0.086, green: 0.263, blue: 0.525)
/* Android */
Color.parseColor("#164386")Accessibility — WCAG contrast
Aa
#164386 on white: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164386 on black: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green26.3%
Blue52.5%
CMYK percentages
Cyan83.6%
Magenta50.0%
Yellow0.0%
Key (black)47.5%
Color previews
#164386 text on a black background
contrast 2.18:1
Card sample
#164386 text on a white background
contrast 9.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164386;
Background color
Panel with #164386 background
background-color: #164386;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164386;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 67, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 67, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164386; background: linear-gradient(135deg, #164386, #341686);