#16ac70
a dark, electric green · cool · closest name: seagreen
RGB
22, 172, 112
HSL
156°, 77%, 38%
CMYK
87, 0, 35, 33
Luminance
0.3085
Every format
| HEX | #16ac70 |
| RGB | rgb(22, 172, 112) |
| HSL | hsl(156, 77%, 38%) |
| CMYK | cmyk(87%, 0%, 35%, 33%) |
| LAB | lab(62.4 -50.7 20.8) |
| LCH | lch(62.4 54.8 157.7) |
| OKLCH | oklch(0.658 0.147 159.1) |
Copy-ready code
/* CSS */
color: #16ac70;
background-color: #16ac70;
/* Tailwind (arbitrary) */
class="text-[#16ac70] bg-[#16ac70]"
/* SCSS */
$brand: #16ac70;
/* SwiftUI */
Color(red: 0.086, green: 0.675, blue: 0.439)
/* Android */
Color.parseColor("#16ac70")Accessibility — WCAG contrast
Aa
#16ac70 on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16ac70 on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green67.5%
Blue43.9%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow34.9%
Key (black)32.5%
Color previews
#16ac70 text on a black background
contrast 7.17:1
Card sample
#16ac70 text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16ac70;
Background color
Panel with #16ac70 background
background-color: #16ac70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16ac70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 172, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 172, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16ac70; background: linear-gradient(135deg, #16ac70, #1684AC);