#8af577
a light, electric green · cool · closest name: forestgreen
RGB
138, 245, 119
HSL
111°, 86%, 71%
CMYK
44, 0, 51, 4
Luminance
0.7204
Every format
| HEX | #8af577 |
| RGB | rgb(138, 245, 119) |
| HSL | hsl(111, 86%, 71%) |
| CMYK | cmyk(44%, 0%, 51%, 4%) |
| LAB | lab(88.0 -54.4 50.8) |
| LCH | lch(88.0 74.4 137.0) |
| OKLCH | oklch(0.878 0.192 140.7) |
Copy-ready code
/* CSS */
color: #8af577;
background-color: #8af577;
/* Tailwind (arbitrary) */
class="text-[#8af577] bg-[#8af577]"
/* SCSS */
$brand: #8af577;
/* SwiftUI */
Color(red: 0.541, green: 0.961, blue: 0.467)
/* Android */
Color.parseColor("#8af577")Accessibility — WCAG contrast
Aa
#8af577 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8af577 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green96.1%
Blue46.7%
CMYK percentages
Cyan43.7%
Magenta0.0%
Yellow51.4%
Key (black)3.9%
Color previews
#8af577 text on a black background
contrast 15.41:1
Card sample
#8af577 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8af577;
Background color
Panel with #8af577 background
background-color: #8af577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8af577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 245, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 245, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8af577; background: linear-gradient(135deg, #8af577, #77F5B8);