#8fd40c
a dark, electric green · cool · closest name: yellow
RGB
143, 212, 12
HSL
81°, 89%, 44%
CMYK
33, 0, 94, 17
Luminance
0.5295
Every format
| HEX | #8fd40c |
| RGB | rgb(143, 212, 12) |
| HSL | hsl(81, 89%, 44%) |
| CMYK | cmyk(33%, 0%, 94%, 17%) |
| LAB | lab(77.8 -46.3 75.6) |
| LCH | lch(77.8 88.7 121.5) |
| OKLCH | oklch(0.793 0.210 129.5) |
Copy-ready code
/* CSS */
color: #8fd40c;
background-color: #8fd40c;
/* Tailwind (arbitrary) */
class="text-[#8fd40c] bg-[#8fd40c]"
/* SCSS */
$brand: #8fd40c;
/* SwiftUI */
Color(red: 0.561, green: 0.831, blue: 0.047)
/* Android */
Color.parseColor("#8fd40c")Accessibility — WCAG contrast
Aa
#8fd40c on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd40c on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green83.1%
Blue4.7%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow94.3%
Key (black)16.9%
Color previews
#8fd40c text on a black background
contrast 11.59:1
Card sample
#8fd40c text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd40c;
Background color
Panel with #8fd40c background
background-color: #8fd40c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd40c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 212, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 212, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd40c; background: linear-gradient(135deg, #8fd40c, #0CD40E);