#8fe310
a balanced, electric green · cool · closest name: lime
RGB
143, 227, 16
HSL
84°, 87%, 48%
CMYK
37, 0, 93, 11
Luminance
0.6082
Every format
| HEX | #8fe310 |
| RGB | rgb(143, 227, 16) |
| HSL | hsl(84, 87%, 48%) |
| CMYK | cmyk(37%, 0%, 93%, 11%) |
| LAB | lab(82.3 -52.4 78.7) |
| LCH | lch(82.3 94.5 123.7) |
| OKLCH | oklch(0.830 0.226 131.5) |
Copy-ready code
/* CSS */
color: #8fe310;
background-color: #8fe310;
/* Tailwind (arbitrary) */
class="text-[#8fe310] bg-[#8fe310]"
/* SCSS */
$brand: #8fe310;
/* SwiftUI */
Color(red: 0.561, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#8fe310")Accessibility — WCAG contrast
Aa
#8fe310 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe310 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green89.0%
Blue6.3%
CMYK percentages
Cyan37.0%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#8fe310 text on a black background
contrast 13.16:1
Card sample
#8fe310 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe310;
Background color
Panel with #8fe310 background
background-color: #8fe310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe310; background: linear-gradient(135deg, #8fe310, #10E31E);