#166161
a deep, vivid cyan · cool · closest name: darkslategray
RGB
22, 97, 97
HSL
180°, 63%, 23%
CMYK
77, 0, 0, 62
Luminance
0.0958
Every format
| HEX | #166161 |
| RGB | rgb(22, 97, 97) |
| HSL | hsl(180, 63%, 23%) |
| CMYK | cmyk(77%, 0%, 0%, 62%) |
| LAB | lab(37.1 -21.6 -6.5) |
| LCH | lch(37.1 22.6 196.6) |
| OKLCH | oklch(0.450 0.070 195.0) |
Copy-ready code
/* CSS */
color: #166161;
background-color: #166161;
/* Tailwind (arbitrary) */
class="text-[#166161] bg-[#166161]"
/* SCSS */
$brand: #166161;
/* SwiftUI */
Color(red: 0.086, green: 0.380, blue: 0.380)
/* Android */
Color.parseColor("#166161")Accessibility — WCAG contrast
Aa
#166161 on white: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#166161 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green38.0%
Blue38.0%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow0.0%
Key (black)62.0%
Color previews
#166161 text on a black background
contrast 2.92:1
Card sample
#166161 text on a white background
contrast 7.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #166161;
Background color
Panel with #166161 background
background-color: #166161;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #166161;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 97, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 97, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #166161; background: linear-gradient(135deg, #166161, #162F61);