#8bff7e
a light, electric green · cool · closest name: forestgreen
RGB
139, 255, 126
HSL
114°, 100%, 75%
CMYK
46, 0, 51, 0
Luminance
0.7852
Every format
| HEX | #8bff7e |
| RGB | rgb(139, 255, 126) |
| HSL | hsl(114, 100%, 75%) |
| CMYK | cmyk(46%, 0%, 51%, 0%) |
| LAB | lab(91.0 -57.2 51.2) |
| LCH | lch(91.0 76.8 138.2) |
| OKLCH | oklch(0.903 0.199 141.8) |
Copy-ready code
/* CSS */
color: #8bff7e;
background-color: #8bff7e;
/* Tailwind (arbitrary) */
class="text-[#8bff7e] bg-[#8bff7e]"
/* SCSS */
$brand: #8bff7e;
/* SwiftUI */
Color(red: 0.545, green: 1.000, blue: 0.494)
/* Android */
Color.parseColor("#8bff7e")Accessibility — WCAG contrast
Aa
#8bff7e on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bff7e on black: 16.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green100.0%
Blue49.4%
CMYK percentages
Cyan45.5%
Magenta0.0%
Yellow50.6%
Key (black)0.0%
Color previews
#8bff7e text on a black background
contrast 16.70:1
Card sample
#8bff7e text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bff7e;
Background color
Panel with #8bff7e background
background-color: #8bff7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bff7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 255, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 255, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bff7e; background: linear-gradient(135deg, #8bff7e, #7EFFC7);