#8cef2d
a balanced, electric green · cool · closest name: lime
RGB
140, 239, 45
HSL
91°, 86%, 56%
CMYK
41, 0, 81, 6
Luminance
0.6750
Every format
| HEX | #8cef2d |
| RGB | rgb(140, 239, 45) |
| HSL | hsl(91, 86%, 56%) |
| CMYK | cmyk(41%, 0%, 81%, 6%) |
| LAB | lab(85.8 -57.3 76.2) |
| LCH | lch(85.8 95.4 126.9) |
| OKLCH | oklch(0.858 0.232 133.9) |
Copy-ready code
/* CSS */
color: #8cef2d;
background-color: #8cef2d;
/* Tailwind (arbitrary) */
class="text-[#8cef2d] bg-[#8cef2d]"
/* SCSS */
$brand: #8cef2d;
/* SwiftUI */
Color(red: 0.549, green: 0.937, blue: 0.176)
/* Android */
Color.parseColor("#8cef2d")Accessibility — WCAG contrast
Aa
#8cef2d on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cef2d on black: 14.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green93.7%
Blue17.6%
CMYK percentages
Cyan41.4%
Magenta0.0%
Yellow81.2%
Key (black)6.3%
Color previews
#8cef2d text on a black background
contrast 14.50:1
Card sample
#8cef2d text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cef2d;
Background color
Panel with #8cef2d background
background-color: #8cef2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cef2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 239, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 239, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cef2d; background: linear-gradient(135deg, #8cef2d, #2DEF4F);