#8fef39
a balanced, electric green · cool · closest name: lime
RGB
143, 239, 57
HSL
92°, 85%, 58%
CMYK
40, 0, 76, 6
Luminance
0.6787
Every format
| HEX | #8fef39 |
| RGB | rgb(143, 239, 57) |
| HSL | hsl(92, 85%, 58%) |
| CMYK | cmyk(40%, 0%, 76%, 6%) |
| LAB | lab(85.9 -55.8 73.1) |
| LCH | lch(85.9 92.0 127.3) |
| OKLCH | oklch(0.860 0.226 134.0) |
Copy-ready code
/* CSS */
color: #8fef39;
background-color: #8fef39;
/* Tailwind (arbitrary) */
class="text-[#8fef39] bg-[#8fef39]"
/* SCSS */
$brand: #8fef39;
/* SwiftUI */
Color(red: 0.561, green: 0.937, blue: 0.224)
/* Android */
Color.parseColor("#8fef39")Accessibility — WCAG contrast
Aa
#8fef39 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fef39 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green93.7%
Blue22.4%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow76.2%
Key (black)6.3%
Color previews
#8fef39 text on a black background
contrast 14.57:1
Card sample
#8fef39 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fef39;
Background color
Panel with #8fef39 background
background-color: #8fef39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fef39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 239, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 239, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fef39; background: linear-gradient(135deg, #8fef39, #39EF5C);