#166350
a deep, vivid cyan · cool · closest name: teal
RGB
22, 99, 80
HSL
165°, 64%, 24%
CMYK
78, 0, 19, 61
Luminance
0.0967
Every format
| HEX | #166350 |
| RGB | rgb(22, 99, 80) |
| HSL | hsl(165, 64%, 24%) |
| CMYK | cmyk(78%, 0%, 19%, 61%) |
| LAB | lab(37.3 -27.8 4.3) |
| LCH | lch(37.3 28.1 171.3) |
| OKLCH | oklch(0.449 0.079 172.1) |
Copy-ready code
/* CSS */
color: #166350;
background-color: #166350;
/* Tailwind (arbitrary) */
class="text-[#166350] bg-[#166350]"
/* SCSS */
$brand: #166350;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.314)
/* Android */
Color.parseColor("#166350")Accessibility — WCAG contrast
Aa
#166350 on white: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166350 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue31.4%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow19.2%
Key (black)61.2%
Color previews
#166350 text on a black background
contrast 2.93:1
Card sample
#166350 text on a white background
contrast 7.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166350;
Background color
Panel with #166350 background
background-color: #166350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166350; background: linear-gradient(135deg, #166350, #164363);