#8fe92b
a balanced, electric green · cool · closest name: lime
RGB
143, 233, 43
HSL
88°, 81%, 54%
CMYK
39, 0, 82, 9
Luminance
0.6429
Every format
| HEX | #8fe92b |
| RGB | rgb(143, 233, 43) |
| HSL | hsl(88, 81%, 54%) |
| CMYK | cmyk(39%, 0%, 82%, 9%) |
| LAB | lab(84.1 -54.0 75.3) |
| LCH | lch(84.1 92.7 125.7) |
| OKLCH | oklch(0.845 0.225 132.8) |
Copy-ready code
/* CSS */
color: #8fe92b;
background-color: #8fe92b;
/* Tailwind (arbitrary) */
class="text-[#8fe92b] bg-[#8fe92b]"
/* SCSS */
$brand: #8fe92b;
/* SwiftUI */
Color(red: 0.561, green: 0.914, blue: 0.169)
/* Android */
Color.parseColor("#8fe92b")Accessibility — WCAG contrast
Aa
#8fe92b on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe92b on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green91.4%
Blue16.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow81.5%
Key (black)8.6%
Color previews
#8fe92b text on a black background
contrast 13.86:1
Card sample
#8fe92b text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe92b;
Background color
Panel with #8fe92b background
background-color: #8fe92b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe92b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 233, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 233, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe92b; background: linear-gradient(135deg, #8fe92b, #2BE946);