#80c44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
128, 196, 79
HSL
95°, 50%, 54%
CMYK
35, 0, 60, 23
Luminance
0.4463
Every format
| HEX | #80c44f |
| RGB | rgb(128, 196, 79) |
| HSL | hsl(95, 50%, 54%) |
| CMYK | cmyk(35%, 0%, 60%, 23%) |
| LAB | lab(72.7 -41.5 50.9) |
| LCH | lch(72.7 65.7 129.2) |
| OKLCH | oklch(0.750 0.166 134.2) |
Copy-ready code
/* CSS */
color: #80c44f;
background-color: #80c44f;
/* Tailwind (arbitrary) */
class="text-[#80c44f] bg-[#80c44f]"
/* SCSS */
$brand: #80c44f;
/* SwiftUI */
Color(red: 0.502, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#80c44f")Accessibility — WCAG contrast
Aa
#80c44f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c44f on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green76.9%
Blue31.0%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#80c44f text on a black background
contrast 9.93:1
Card sample
#80c44f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c44f;
Background color
Panel with #80c44f background
background-color: #80c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c44f; background: linear-gradient(135deg, #80c44f, #4FC46C);