#164861
a deep, vivid blue · cool · closest name: darkslategray
RGB
22, 72, 97
HSL
200°, 63%, 23%
CMYK
77, 26, 0, 62
Luminance
0.0567
Every format
| HEX | #164861 |
| RGB | rgb(22, 72, 97) |
| HSL | hsl(200, 63%, 23%) |
| CMYK | cmyk(77%, 26%, 0%, 62%) |
| LAB | lab(28.6 -7.2 -19.5) |
| LCH | lch(28.6 20.7 249.7) |
| OKLCH | oklch(0.381 0.067 234.5) |
Copy-ready code
/* CSS */
color: #164861;
background-color: #164861;
/* Tailwind (arbitrary) */
class="text-[#164861] bg-[#164861]"
/* SCSS */
$brand: #164861;
/* SwiftUI */
Color(red: 0.086, green: 0.282, blue: 0.380)
/* Android */
Color.parseColor("#164861")Accessibility — WCAG contrast
Aa
#164861 on white: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164861 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green28.2%
Blue38.0%
CMYK percentages
Cyan77.3%
Magenta25.8%
Yellow0.0%
Key (black)62.0%
Color previews
#164861 text on a black background
contrast 2.13:1
Card sample
#164861 text on a white background
contrast 9.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164861;
Background color
Panel with #164861 background
background-color: #164861;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164861;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 72, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 72, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164861; background: linear-gradient(135deg, #164861, #161661);