#8cfb39
a balanced, electric green · cool · closest name: lime
RGB
140, 251, 57
HSL
94°, 96%, 60%
CMYK
44, 0, 77, 2
Luminance
0.7487
Every format
| HEX | #8cfb39 |
| RGB | rgb(140, 251, 57) |
| HSL | hsl(94, 96%, 60%) |
| CMYK | cmyk(44%, 0%, 77%, 2%) |
| LAB | lab(89.3 -61.3 76.3) |
| LCH | lch(89.3 97.9 128.8) |
| OKLCH | oklch(0.888 0.241 135.4) |
Copy-ready code
/* CSS */
color: #8cfb39;
background-color: #8cfb39;
/* Tailwind (arbitrary) */
class="text-[#8cfb39] bg-[#8cfb39]"
/* SCSS */
$brand: #8cfb39;
/* SwiftUI */
Color(red: 0.549, green: 0.984, blue: 0.224)
/* Android */
Color.parseColor("#8cfb39")Accessibility — WCAG contrast
Aa
#8cfb39 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cfb39 on black: 15.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green98.4%
Blue22.4%
CMYK percentages
Cyan44.2%
Magenta0.0%
Yellow77.3%
Key (black)1.6%
Color previews
#8cfb39 text on a black background
contrast 15.97:1
Card sample
#8cfb39 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cfb39;
Background color
Panel with #8cfb39 background
background-color: #8cfb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cfb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 251, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 251, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cfb39; background: linear-gradient(135deg, #8cfb39, #39FB67);