#8eed2f
a balanced, electric green · cool · closest name: lime
RGB
142, 237, 47
HSL
90°, 84%, 56%
CMYK
40, 0, 80, 7
Luminance
0.6652
Every format
| HEX | #8eed2f |
| RGB | rgb(142, 237, 47) |
| HSL | hsl(90, 84%, 56%) |
| CMYK | cmyk(40%, 0%, 80%, 7%) |
| LAB | lab(85.3 -55.8 75.3) |
| LCH | lch(85.3 93.7 126.5) |
| OKLCH | oklch(0.854 0.228 133.5) |
Copy-ready code
/* CSS */
color: #8eed2f;
background-color: #8eed2f;
/* Tailwind (arbitrary) */
class="text-[#8eed2f] bg-[#8eed2f]"
/* SCSS */
$brand: #8eed2f;
/* SwiftUI */
Color(red: 0.557, green: 0.929, blue: 0.184)
/* Android */
Color.parseColor("#8eed2f")Accessibility — WCAG contrast
Aa
#8eed2f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eed2f on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green92.9%
Blue18.4%
CMYK percentages
Cyan40.1%
Magenta0.0%
Yellow80.2%
Key (black)7.1%
Color previews
#8eed2f text on a black background
contrast 14.30:1
Card sample
#8eed2f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eed2f;
Background color
Panel with #8eed2f background
background-color: #8eed2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eed2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 237, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 237, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eed2f; background: linear-gradient(135deg, #8eed2f, #2FED4F);