#80c968
a balanced, vivid green · cool · closest name: olivedrab
RGB
128, 201, 104
HSL
105°, 47%, 60%
CMYK
36, 0, 48, 21
Luminance
0.4736
Every format
| HEX | #80c968 |
| RGB | rgb(128, 201, 104) |
| HSL | hsl(105, 47%, 60%) |
| CMYK | cmyk(36%, 0%, 48%, 21%) |
| LAB | lab(74.4 -40.9 41.2) |
| LCH | lch(74.4 58.0 134.8) |
| OKLCH | oklch(0.765 0.150 138.4) |
Copy-ready code
/* CSS */
color: #80c968;
background-color: #80c968;
/* Tailwind (arbitrary) */
class="text-[#80c968] bg-[#80c968]"
/* SCSS */
$brand: #80c968;
/* SwiftUI */
Color(red: 0.502, green: 0.788, blue: 0.408)
/* Android */
Color.parseColor("#80c968")Accessibility — WCAG contrast
Aa
#80c968 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#80c968 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green78.8%
Blue40.8%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow48.3%
Key (black)21.2%
Color previews
#80c968 text on a black background
contrast 10.47:1
Card sample
#80c968 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80c968;
Background color
Panel with #80c968 background
background-color: #80c968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80c968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 201, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 201, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80c968; background: linear-gradient(135deg, #80c968, #68C991);