#8fe708
a balanced, electric green · cool · closest name: lime
RGB
143, 231, 8
HSL
84°, 93%, 47%
CMYK
38, 0, 97, 9
Luminance
0.6301
Every format
| HEX | #8fe708 |
| RGB | rgb(143, 231, 8) |
| HSL | hsl(84, 93%, 47%) |
| CMYK | cmyk(38%, 0%, 97%, 9%) |
| LAB | lab(83.5 -54.1 80.4) |
| LCH | lch(83.5 96.9 124.0) |
| OKLCH | oklch(0.839 0.231 131.9) |
Copy-ready code
/* CSS */
color: #8fe708;
background-color: #8fe708;
/* Tailwind (arbitrary) */
class="text-[#8fe708] bg-[#8fe708]"
/* SCSS */
$brand: #8fe708;
/* SwiftUI */
Color(red: 0.561, green: 0.906, blue: 0.031)
/* Android */
Color.parseColor("#8fe708")Accessibility — WCAG contrast
Aa
#8fe708 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fe708 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green90.6%
Blue3.1%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow96.5%
Key (black)9.4%
Color previews
#8fe708 text on a black background
contrast 13.60:1
Card sample
#8fe708 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fe708;
Background color
Panel with #8fe708 background
background-color: #8fe708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fe708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 231, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 231, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fe708; background: linear-gradient(135deg, #8fe708, #08E716);