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