#8fd80c
a dark, electric green · cool · closest name: yellow
RGB
143, 216, 12
HSL
82°, 90%, 45%
CMYK
34, 0, 94, 15
Luminance
0.5498
Every format
| HEX | #8fd80c |
| RGB | rgb(143, 216, 12) |
| HSL | hsl(82, 90%, 45%) |
| CMYK | cmyk(34%, 0%, 94%, 15%) |
| LAB | lab(79.0 -48.0 76.5) |
| LCH | lch(79.0 90.3 122.1) |
| OKLCH | oklch(0.803 0.214 130.1) |
Copy-ready code
/* CSS */
color: #8fd80c;
background-color: #8fd80c;
/* Tailwind (arbitrary) */
class="text-[#8fd80c] bg-[#8fd80c]"
/* SCSS */
$brand: #8fd80c;
/* SwiftUI */
Color(red: 0.561, green: 0.847, blue: 0.047)
/* Android */
Color.parseColor("#8fd80c")Accessibility — WCAG contrast
Aa
#8fd80c on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd80c on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green84.7%
Blue4.7%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow94.4%
Key (black)15.3%
Color previews
#8fd80c text on a black background
contrast 12.00:1
Card sample
#8fd80c text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd80c;
Background color
Panel with #8fd80c background
background-color: #8fd80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 216, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 216, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd80c; background: linear-gradient(135deg, #8fd80c, #0CD811);