#8ee331
a balanced, electric green · cool · closest name: lime
RGB
142, 227, 49
HSL
89°, 76%, 54%
CMYK
37, 0, 78, 11
Luminance
0.6091
Every format
| HEX | #8ee331 |
| RGB | rgb(142, 227, 49) |
| HSL | hsl(89, 76%, 54%) |
| CMYK | cmyk(37%, 0%, 78%, 11%) |
| LAB | lab(82.3 -51.7 72.1) |
| LCH | lch(82.3 88.7 125.7) |
| OKLCH | oklch(0.830 0.216 132.6) |
Copy-ready code
/* CSS */
color: #8ee331;
background-color: #8ee331;
/* Tailwind (arbitrary) */
class="text-[#8ee331] bg-[#8ee331]"
/* SCSS */
$brand: #8ee331;
/* SwiftUI */
Color(red: 0.557, green: 0.890, blue: 0.192)
/* Android */
Color.parseColor("#8ee331")Accessibility — WCAG contrast
Aa
#8ee331 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ee331 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.7%
Green89.0%
Blue19.2%
CMYK percentages
Cyan37.4%
Magenta0.0%
Yellow78.4%
Key (black)11.0%
Color previews
#8ee331 text on a black background
contrast 13.18:1
Card sample
#8ee331 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ee331;
Background color
Panel with #8ee331 background
background-color: #8ee331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ee331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(142, 227, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(142, 227, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ee331; background: linear-gradient(135deg, #8ee331, #31E34B);