#16cd4d
a dark, electric green · cool · closest name: forestgreen
RGB
22, 205, 77
HSL
138°, 81%, 45%
CMYK
89, 0, 62, 20
Luminance
0.4437
Every format
| HEX | #16cd4d |
| RGB | rgb(22, 205, 77) |
| HSL | hsl(138, 81%, 45%) |
| CMYK | cmyk(89%, 0%, 62%, 20%) |
| LAB | lab(72.5 -67.5 50.8) |
| LCH | lch(72.5 84.5 143.1) |
| OKLCH | oklch(0.740 0.217 146.8) |
Copy-ready code
/* CSS */
color: #16cd4d;
background-color: #16cd4d;
/* Tailwind (arbitrary) */
class="text-[#16cd4d] bg-[#16cd4d]"
/* SCSS */
$brand: #16cd4d;
/* SwiftUI */
Color(red: 0.086, green: 0.804, blue: 0.302)
/* Android */
Color.parseColor("#16cd4d")Accessibility — WCAG contrast
Aa
#16cd4d on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16cd4d on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green80.4%
Blue30.2%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow62.4%
Key (black)19.6%
Color previews
#16cd4d text on a black background
contrast 9.87:1
Card sample
#16cd4d text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16cd4d;
Background color
Panel with #16cd4d background
background-color: #16cd4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16cd4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 205, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 205, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16cd4d; background: linear-gradient(135deg, #16cd4d, #16CDC7);