#8eed4f
a balanced, electric green · cool · closest name: lime
RGB
142, 237, 79
HSL
96°, 81%, 62%
CMYK
40, 0, 67, 7
Luminance
0.6688
Every format
| HEX | #8eed4f |
| RGB | rgb(142, 237, 79) |
| HSL | hsl(96, 81%, 62%) |
| CMYK | cmyk(40%, 0%, 67%, 7%) |
| LAB | lab(85.4 -53.9 65.0) |
| LCH | lch(85.4 84.5 129.6) |
| OKLCH | oklch(0.856 0.211 135.3) |
Copy-ready code
/* CSS */
color: #8eed4f;
background-color: #8eed4f;
/* Tailwind (arbitrary) */
class="text-[#8eed4f] bg-[#8eed4f]"
/* SCSS */
$brand: #8eed4f;
/* SwiftUI */
Color(red: 0.557, green: 0.929, blue: 0.310)
/* Android */
Color.parseColor("#8eed4f")Accessibility — WCAG contrast
Aa
#8eed4f on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eed4f on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green92.9%
Blue31.0%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow66.7%
Key (black)7.1%
Color previews
#8eed4f text on a black background
contrast 14.38:1
Card sample
#8eed4f text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eed4f;
Background color
Panel with #8eed4f background
background-color: #8eed4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eed4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 237, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 237, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eed4f; background: linear-gradient(135deg, #8eed4f, #4FED7A);