#16c784
a dark, electric green · cool · closest name: seagreen
RGB
22, 199, 132
HSL
157°, 80%, 43%
CMYK
89, 0, 34, 22
Luminance
0.4268
Every format
| HEX | #16c784 |
| RGB | rgb(22, 199, 132) |
| HSL | hsl(157, 80%, 43%) |
| CMYK | cmyk(89%, 0%, 34%, 22%) |
| LAB | lab(71.3 -56.5 22.3) |
| LCH | lch(71.3 60.7 158.5) |
| OKLCH | oklch(0.734 0.163 159.8) |
Copy-ready code
/* CSS */
color: #16c784;
background-color: #16c784;
/* Tailwind (arbitrary) */
class="text-[#16c784] bg-[#16c784]"
/* SCSS */
$brand: #16c784;
/* SwiftUI */
Color(red: 0.086, green: 0.780, blue: 0.518)
/* Android */
Color.parseColor("#16c784")Accessibility — WCAG contrast
Aa
#16c784 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16c784 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green78.0%
Blue51.8%
CMYK percentages
Cyan88.9%
Magenta0.0%
Yellow33.7%
Key (black)22.0%
Color previews
#16c784 text on a black background
contrast 9.54:1
Card sample
#16c784 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16c784;
Background color
Panel with #16c784 background
background-color: #16c784;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16c784;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 199, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 199, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16c784; background: linear-gradient(135deg, #16c784, #1694C7);