#80df6e
a light, vivid green · cool · closest name: forestgreen
RGB
128, 223, 110
HSL
110°, 64%, 65%
CMYK
43, 0, 51, 13
Luminance
0.5849
Every format
| HEX | #80df6e |
| RGB | rgb(128, 223, 110) |
| HSL | hsl(110, 64%, 65%) |
| CMYK | cmyk(43%, 0%, 51%, 13%) |
| LAB | lab(81.0 -49.5 46.4) |
| LCH | lch(81.0 67.8 136.8) |
| OKLCH | oklch(0.819 0.175 140.5) |
Copy-ready code
/* CSS */
color: #80df6e;
background-color: #80df6e;
/* Tailwind (arbitrary) */
class="text-[#80df6e] bg-[#80df6e]"
/* SCSS */
$brand: #80df6e;
/* SwiftUI */
Color(red: 0.502, green: 0.875, blue: 0.431)
/* Android */
Color.parseColor("#80df6e")Accessibility — WCAG contrast
Aa
#80df6e on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80df6e on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green87.5%
Blue43.1%
CMYK percentages
Cyan42.6%
Magenta0.0%
Yellow50.7%
Key (black)12.5%
Color previews
#80df6e text on a black background
contrast 12.70:1
Card sample
#80df6e text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80df6e;
Background color
Panel with #80df6e background
background-color: #80df6e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80df6e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 223, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 223, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80df6e; background: linear-gradient(135deg, #80df6e, #6EDFA7);