#166f5d
a dark, vivid cyan · cool · closest name: teal
RGB
22, 111, 93
HSL
168°, 67%, 26%
CMYK
80, 0, 16, 57
Luminance
0.1233
Every format
| HEX | #166f5d |
| RGB | rgb(22, 111, 93) |
| HSL | hsl(168, 67%, 26%) |
| CMYK | cmyk(80%, 0%, 16%, 57%) |
| LAB | lab(41.7 -29.8 2.8) |
| LCH | lch(41.7 29.9 174.6) |
| OKLCH | oklch(0.487 0.085 175.3) |
Copy-ready code
/* CSS */
color: #166f5d;
background-color: #166f5d;
/* Tailwind (arbitrary) */
class="text-[#166f5d] bg-[#166f5d]"
/* SCSS */
$brand: #166f5d;
/* SwiftUI */
Color(red: 0.086, green: 0.435, blue: 0.365)
/* Android */
Color.parseColor("#166f5d")Accessibility — WCAG contrast
Aa
#166f5d on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#166f5d on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green43.5%
Blue36.5%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow16.2%
Key (black)56.5%
Color previews
#166f5d text on a black background
contrast 3.47:1
Card sample
#166f5d text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166f5d;
Background color
Panel with #166f5d background
background-color: #166f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 111, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 111, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166f5d; background: linear-gradient(135deg, #166f5d, #16466F);