#8fd10c
a dark, electric green · cool · closest name: yellow
RGB
143, 209, 12
HSL
80°, 89%, 43%
CMYK
32, 0, 94, 18
Luminance
0.5147
Every format
| HEX | #8fd10c |
| RGB | rgb(143, 209, 12) |
| HSL | hsl(80, 89%, 43%) |
| CMYK | cmyk(32%, 0%, 94%, 18%) |
| LAB | lab(77.0 -45.1 74.9) |
| LCH | lch(77.0 87.4 121.1) |
| OKLCH | oklch(0.786 0.206 129.0) |
Copy-ready code
/* CSS */
color: #8fd10c;
background-color: #8fd10c;
/* Tailwind (arbitrary) */
class="text-[#8fd10c] bg-[#8fd10c]"
/* SCSS */
$brand: #8fd10c;
/* SwiftUI */
Color(red: 0.561, green: 0.820, blue: 0.047)
/* Android */
Color.parseColor("#8fd10c")Accessibility — WCAG contrast
Aa
#8fd10c on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd10c on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green82.0%
Blue4.7%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow94.3%
Key (black)18.0%
Color previews
#8fd10c text on a black background
contrast 11.29:1
Card sample
#8fd10c text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd10c;
Background color
Panel with #8fd10c background
background-color: #8fd10c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd10c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 209, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 209, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd10c; background: linear-gradient(135deg, #8fd10c, #0CD10C);