#8fc412
a dark, electric green · cool · closest name: olivedrab
RGB
143, 196, 18
HSL
78°, 83%, 42%
CMYK
27, 0, 91, 23
Luminance
0.4536
Every format
| HEX | #8fc412 |
| RGB | rgb(143, 196, 18) |
| HSL | hsl(78, 83%, 42%) |
| CMYK | cmyk(27%, 0%, 91%, 23%) |
| LAB | lab(73.1 -39.4 71.0) |
| LCH | lch(73.1 81.2 119.0) |
| OKLCH | oklch(0.755 0.191 126.9) |
Copy-ready code
/* CSS */
color: #8fc412;
background-color: #8fc412;
/* Tailwind (arbitrary) */
class="text-[#8fc412] bg-[#8fc412]"
/* SCSS */
$brand: #8fc412;
/* SwiftUI */
Color(red: 0.561, green: 0.769, blue: 0.071)
/* Android */
Color.parseColor("#8fc412")Accessibility — WCAG contrast
Aa
#8fc412 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc412 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green76.9%
Blue7.1%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow90.8%
Key (black)23.1%
Color previews
#8fc412 text on a black background
contrast 10.07:1
Card sample
#8fc412 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc412;
Background color
Panel with #8fc412 background
background-color: #8fc412;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc412;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 196, 18, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 196, 18, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc412; background: linear-gradient(135deg, #8fc412, #18C412);