#8fc708
a dark, electric green · cool · closest name: olivedrab
RGB
143, 199, 8
HSL
78°, 92%, 41%
CMYK
28, 0, 96, 22
Luminance
0.4670
Every format
| HEX | #8fc708 |
| RGB | rgb(143, 199, 8) |
| HSL | hsl(78, 92%, 41%) |
| CMYK | cmyk(28%, 0%, 96%, 22%) |
| LAB | lab(74.0 -40.8 72.9) |
| LCH | lch(74.0 83.6 119.2) |
| OKLCH | oklch(0.762 0.196 127.3) |
Copy-ready code
/* CSS */
color: #8fc708;
background-color: #8fc708;
/* Tailwind (arbitrary) */
class="text-[#8fc708] bg-[#8fc708]"
/* SCSS */
$brand: #8fc708;
/* SwiftUI */
Color(red: 0.561, green: 0.780, blue: 0.031)
/* Android */
Color.parseColor("#8fc708")Accessibility — WCAG contrast
Aa
#8fc708 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc708 on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green78.0%
Blue3.1%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow96.0%
Key (black)22.0%
Color previews
#8fc708 text on a black background
contrast 10.34:1
Card sample
#8fc708 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc708;
Background color
Panel with #8fc708 background
background-color: #8fc708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 199, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 199, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc708; background: linear-gradient(135deg, #8fc708, #10C708);