#166f6b
a dark, vivid cyan · cool · closest name: teal
RGB
22, 111, 107
HSL
177°, 67%, 26%
CMYK
80, 0, 4, 57
Luminance
0.1260
Every format
| HEX | #166f6b |
| RGB | rgb(22, 111, 107) |
| HSL | hsl(177, 67%, 26%) |
| CMYK | cmyk(80%, 0%, 4%, 57%) |
| LAB | lab(42.1 -25.6 -5.0) |
| LCH | lch(42.1 26.1 191.1) |
| OKLCH | oklch(0.492 0.079 190.3) |
Copy-ready code
/* CSS */
color: #166f6b;
background-color: #166f6b;
/* Tailwind (arbitrary) */
class="text-[#166f6b] bg-[#166f6b]"
/* SCSS */
$brand: #166f6b;
/* SwiftUI */
Color(red: 0.086, green: 0.435, blue: 0.420)
/* Android */
Color.parseColor("#166f6b")Accessibility — WCAG contrast
Aa
#166f6b on white: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#166f6b on black: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green43.5%
Blue42.0%
CMYK percentages
Cyan80.2%
Magenta0.0%
Yellow3.6%
Key (black)56.5%
Color previews
#166f6b text on a black background
contrast 3.52:1
Card sample
#166f6b text on a white background
contrast 5.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166f6b;
Background color
Panel with #166f6b background
background-color: #166f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 111, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 111, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166f6b; background: linear-gradient(135deg, #166f6b, #16386F);