#16b686
a dark, electric cyan · cool · closest name: seagreen
RGB
22, 182, 134
HSL
162°, 78%, 40%
CMYK
88, 0, 26, 29
Luminance
0.3535
Every format
| HEX | #16b686 |
| RGB | rgb(22, 182, 134) |
| HSL | hsl(162, 78%, 40%) |
| CMYK | cmyk(88%, 0%, 26%, 29%) |
| LAB | lab(66.0 -49.5 13.8) |
| LCH | lch(66.0 51.4 164.4) |
| OKLCH | oklch(0.690 0.141 165.4) |
Copy-ready code
/* CSS */
color: #16b686;
background-color: #16b686;
/* Tailwind (arbitrary) */
class="text-[#16b686] bg-[#16b686]"
/* SCSS */
$brand: #16b686;
/* SwiftUI */
Color(red: 0.086, green: 0.714, blue: 0.525)
/* Android */
Color.parseColor("#16b686")Accessibility — WCAG contrast
Aa
#16b686 on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16b686 on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green71.4%
Blue52.5%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow26.4%
Key (black)28.6%
Color previews
#16b686 text on a black background
contrast 8.07:1
Card sample
#16b686 text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16b686;
Background color
Panel with #16b686 background
background-color: #16b686;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16b686;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 182, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 182, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16b686; background: linear-gradient(135deg, #16b686, #167BB6);