#164949
a deep, vivid cyan · cool · closest name: darkslategray
RGB
22, 73, 73
HSL
180°, 54%, 19%
CMYK
70, 0, 0, 71
Luminance
0.0542
Every format
| HEX | #164949 |
| RGB | rgb(22, 73, 73) |
| HSL | hsl(180, 54%, 19%) |
| CMYK | cmyk(70%, 0%, 0%, 71%) |
| LAB | lab(27.9 -16.5 -5.0) |
| LCH | lch(27.9 17.2 196.8) |
| OKLCH | oklch(0.372 0.053 195.1) |
Copy-ready code
/* CSS */
color: #164949;
background-color: #164949;
/* Tailwind (arbitrary) */
class="text-[#164949] bg-[#164949]"
/* SCSS */
$brand: #164949;
/* SwiftUI */
Color(red: 0.086, green: 0.286, blue: 0.286)
/* Android */
Color.parseColor("#164949")Accessibility — WCAG contrast
Aa
#164949 on white: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#164949 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green28.6%
Blue28.6%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow0.0%
Key (black)71.4%
Color previews
#164949 text on a black background
contrast 2.08:1
Card sample
#164949 text on a white background
contrast 10.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #164949;
Background color
Panel with #164949 background
background-color: #164949;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #164949;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 73, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 73, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #164949; background: linear-gradient(135deg, #164949, #162749);