#166360
a deep, vivid cyan · cool · closest name: teal
RGB
22, 99, 96
HSL
178°, 64%, 24%
CMYK
78, 0, 3, 61
Luminance
0.0994
Every format
| HEX | #166360 |
| RGB | rgb(22, 99, 96) |
| HSL | hsl(178, 64%, 24%) |
| CMYK | cmyk(78%, 0%, 3%, 61%) |
| LAB | lab(37.7 -23.0 -4.9) |
| LCH | lch(37.7 23.5 192.0) |
| OKLCH | oklch(0.455 0.071 191.0) |
Copy-ready code
/* CSS */
color: #166360;
background-color: #166360;
/* Tailwind (arbitrary) */
class="text-[#166360] bg-[#166360]"
/* SCSS */
$brand: #166360;
/* SwiftUI */
Color(red: 0.086, green: 0.388, blue: 0.376)
/* Android */
Color.parseColor("#166360")Accessibility — WCAG contrast
Aa
#166360 on white: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166360 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.8%
Blue37.6%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow3.0%
Key (black)61.2%
Color previews
#166360 text on a black background
contrast 2.99:1
Card sample
#166360 text on a white background
contrast 7.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166360;
Background color
Panel with #166360 background
background-color: #166360;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166360;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 99, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 99, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166360; background: linear-gradient(135deg, #166360, #163363);