#8fe014
a balanced, electric green · cool · closest name: lime
RGB
143, 224, 20
HSL
84°, 84%, 48%
CMYK
36, 0, 91, 12
Luminance
0.5920
Every format
| HEX | #8fe014 |
| RGB | rgb(143, 224, 20) |
| HSL | hsl(84, 84%, 48%) |
| CMYK | cmyk(36%, 0%, 91%, 12%) |
| LAB | lab(81.4 -51.1 77.5) |
| LCH | lch(81.4 92.8 123.4) |
| OKLCH | oklch(0.823 0.222 131.2) |
Copy-ready code
/* CSS */
color: #8fe014;
background-color: #8fe014;
/* Tailwind (arbitrary) */
class="text-[#8fe014] bg-[#8fe014]"
/* SCSS */
$brand: #8fe014;
/* SwiftUI */
Color(red: 0.561, green: 0.878, blue: 0.078)
/* Android */
Color.parseColor("#8fe014")Accessibility — WCAG contrast
Aa
#8fe014 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe014 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green87.8%
Blue7.8%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow91.1%
Key (black)12.2%
Color previews
#8fe014 text on a black background
contrast 12.84:1
Card sample
#8fe014 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe014;
Background color
Panel with #8fe014 background
background-color: #8fe014;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe014;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 224, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 224, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe014; background: linear-gradient(135deg, #8fe014, #14E021);