#8fef2c
a balanced, electric green · cool · closest name: lime
RGB
143, 239, 44
HSL
90°, 86%, 56%
CMYK
40, 0, 82, 6
Luminance
0.6775
Every format
| HEX | #8fef2c |
| RGB | rgb(143, 239, 44) |
| HSL | hsl(90, 86%, 56%) |
| CMYK | cmyk(40%, 0%, 82%, 6%) |
| LAB | lab(85.9 -56.4 76.6) |
| LCH | lch(85.9 95.1 126.3) |
| OKLCH | oklch(0.860 0.231 133.4) |
Copy-ready code
/* CSS */
color: #8fef2c;
background-color: #8fef2c;
/* Tailwind (arbitrary) */
class="text-[#8fef2c] bg-[#8fef2c]"
/* SCSS */
$brand: #8fef2c;
/* SwiftUI */
Color(red: 0.561, green: 0.937, blue: 0.173)
/* Android */
Color.parseColor("#8fef2c")Accessibility — WCAG contrast
Aa
#8fef2c on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fef2c on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green93.7%
Blue17.3%
CMYK percentages
Cyan40.2%
Magenta0.0%
Yellow81.6%
Key (black)6.3%
Color previews
#8fef2c text on a black background
contrast 14.55:1
Card sample
#8fef2c text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fef2c;
Background color
Panel with #8fef2c background
background-color: #8fef2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fef2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 239, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 239, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fef2c; background: linear-gradient(135deg, #8fef2c, #2CEF4B);