#8bfe39
a balanced, electric green · cool · closest name: lime
RGB
139, 254, 57
HSL
95°, 99%, 61%
CMYK
45, 0, 78, 0
Luminance
0.7667
Every format
| HEX | #8bfe39 |
| RGB | rgb(139, 254, 57) |
| HSL | hsl(95, 99%, 61%) |
| CMYK | cmyk(45%, 0%, 78%, 0%) |
| LAB | lab(90.2 -62.7 77.1) |
| LCH | lch(90.2 99.4 129.1) |
| OKLCH | oklch(0.894 0.245 135.7) |
Copy-ready code
/* CSS */
color: #8bfe39;
background-color: #8bfe39;
/* Tailwind (arbitrary) */
class="text-[#8bfe39] bg-[#8bfe39]"
/* SCSS */
$brand: #8bfe39;
/* SwiftUI */
Color(red: 0.545, green: 0.996, blue: 0.224)
/* Android */
Color.parseColor("#8bfe39")Accessibility — WCAG contrast
Aa
#8bfe39 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bfe39 on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green99.6%
Blue22.4%
CMYK percentages
Cyan45.3%
Magenta0.0%
Yellow77.6%
Key (black)0.4%
Color previews
#8bfe39 text on a black background
contrast 16.33:1
Card sample
#8bfe39 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bfe39;
Background color
Panel with #8bfe39 background
background-color: #8bfe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bfe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 254, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 254, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bfe39; background: linear-gradient(135deg, #8bfe39, #39FE6A);