#8ad577
a light, vivid green · cool · closest name: olivedrab
RGB
138, 213, 119
HSL
108°, 53%, 65%
CMYK
35, 0, 44, 17
Luminance
0.5432
Every format
| HEX | #8ad577 |
| RGB | rgb(138, 213, 119) |
| HSL | hsl(108, 53%, 65%) |
| CMYK | cmyk(35%, 0%, 44%, 17%) |
| LAB | lab(78.7 -40.9 39.2) |
| LCH | lch(78.7 56.6 136.2) |
| OKLCH | oklch(0.802 0.147 139.5) |
Copy-ready code
/* CSS */
color: #8ad577;
background-color: #8ad577;
/* Tailwind (arbitrary) */
class="text-[#8ad577] bg-[#8ad577]"
/* SCSS */
$brand: #8ad577;
/* SwiftUI */
Color(red: 0.541, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#8ad577")Accessibility — WCAG contrast
Aa
#8ad577 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ad577 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green83.5%
Blue46.7%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow44.1%
Key (black)16.5%
Color previews
#8ad577 text on a black background
contrast 11.86:1
Card sample
#8ad577 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ad577;
Background color
Panel with #8ad577 background
background-color: #8ad577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ad577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ad577; background: linear-gradient(135deg, #8ad577, #77D5A3);