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