#164352
a deep, vivid cyan · cool · closest name: darkslategray
RGB
22, 67, 82
HSL
195°, 58%, 20%
CMYK
73, 18, 0, 68
Luminance
0.0479
Every format
| HEX | #164352 |
| RGB | rgb(22, 67, 82) |
| HSL | hsl(195, 58%, 20%) |
| CMYK | cmyk(73%, 18%, 0%, 68%) |
| LAB | lab(26.1 -9.8 -13.5) |
| LCH | lch(26.1 16.7 234.1) |
| OKLCH | oklch(0.359 0.055 223.6) |
Copy-ready code
/* CSS */
color: #164352;
background-color: #164352;
/* Tailwind (arbitrary) */
class="text-[#164352] bg-[#164352]"
/* SCSS */
$brand: #164352;
/* SwiftUI */
Color(red: 0.086, green: 0.263, blue: 0.322)
/* Android */
Color.parseColor("#164352")Accessibility — WCAG contrast
Aa
#164352 on white: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164352 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green26.3%
Blue32.2%
CMYK percentages
Cyan73.2%
Magenta18.3%
Yellow0.0%
Key (black)67.8%
Color previews
#164352 text on a black background
contrast 1.96:1
Card sample
#164352 text on a white background
contrast 10.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164352;
Background color
Panel with #164352 background
background-color: #164352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 67, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 67, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164352; background: linear-gradient(135deg, #164352, #161B52);