#165041
a deep, vivid cyan · cool · closest name: darkslategray
RGB
22, 80, 65
HSL
165°, 57%, 20%
CMYK
73, 0, 19, 69
Luminance
0.0629
Every format
| HEX | #165041 |
| RGB | rgb(22, 80, 65) |
| HSL | hsl(165, 57%, 20%) |
| CMYK | cmyk(73%, 0%, 19%, 69%) |
| LAB | lab(30.1 -22.7 3.5) |
| LCH | lch(30.1 23.0 171.4) |
| OKLCH | oklch(0.390 0.065 172.2) |
Copy-ready code
/* CSS */
color: #165041;
background-color: #165041;
/* Tailwind (arbitrary) */
class="text-[#165041] bg-[#165041]"
/* SCSS */
$brand: #165041;
/* SwiftUI */
Color(red: 0.086, green: 0.314, blue: 0.255)
/* Android */
Color.parseColor("#165041")Accessibility — WCAG contrast
Aa
#165041 on white: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#165041 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green31.4%
Blue25.5%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow18.8%
Key (black)68.6%
Color previews
#165041 text on a black background
contrast 2.26:1
Card sample
#165041 text on a white background
contrast 9.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #165041;
Background color
Panel with #165041 background
background-color: #165041;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #165041;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 80, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 80, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #165041; background: linear-gradient(135deg, #165041, #163850);