#8cf849
a balanced, electric green · cool · closest name: lime
RGB
140, 248, 73
HSL
97°, 93%, 63%
CMYK
44, 0, 71, 3
Luminance
0.7319
Every format
| HEX | #8cf849 |
| RGB | rgb(140, 248, 73) |
| HSL | hsl(97, 93%, 63%) |
| CMYK | cmyk(44%, 0%, 71%, 3%) |
| LAB | lab(88.5 -59.2 70.4) |
| LCH | lch(88.5 92.0 130.1) |
| OKLCH | oklch(0.881 0.229 136.0) |
Copy-ready code
/* CSS */
color: #8cf849;
background-color: #8cf849;
/* Tailwind (arbitrary) */
class="text-[#8cf849] bg-[#8cf849]"
/* SCSS */
$brand: #8cf849;
/* SwiftUI */
Color(red: 0.549, green: 0.973, blue: 0.286)
/* Android */
Color.parseColor("#8cf849")Accessibility — WCAG contrast
Aa
#8cf849 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cf849 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green97.3%
Blue28.6%
CMYK percentages
Cyan43.5%
Magenta0.0%
Yellow70.6%
Key (black)2.7%
Color previews
#8cf849 text on a black background
contrast 15.64:1
Card sample
#8cf849 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cf849;
Background color
Panel with #8cf849 background
background-color: #8cf849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cf849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 248, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 248, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cf849; background: linear-gradient(135deg, #8cf849, #49F87A);