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