#8eee49
a balanced, electric green · cool · closest name: lime
RGB
142, 238, 73
HSL
95°, 83%, 61%
CMYK
40, 0, 69, 7
Luminance
0.6738
Every format
| HEX | #8eee49 |
| RGB | rgb(142, 238, 73) |
| HSL | hsl(95, 83%, 61%) |
| CMYK | cmyk(40%, 0%, 69%, 7%) |
| LAB | lab(85.7 -54.7 67.5) |
| LCH | lch(85.7 86.9 129.0) |
| OKLCH | oklch(0.858 0.216 134.9) |
Copy-ready code
/* CSS */
color: #8eee49;
background-color: #8eee49;
/* Tailwind (arbitrary) */
class="text-[#8eee49] bg-[#8eee49]"
/* SCSS */
$brand: #8eee49;
/* SwiftUI */
Color(red: 0.557, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#8eee49")Accessibility — WCAG contrast
Aa
#8eee49 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8eee49 on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green93.3%
Blue28.6%
CMYK percentages
Cyan40.3%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#8eee49 text on a black background
contrast 14.48:1
Card sample
#8eee49 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8eee49;
Background color
Panel with #8eee49 background
background-color: #8eee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8eee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8eee49; background: linear-gradient(135deg, #8eee49, #49EE72);