#8fd415
a balanced, electric green · cool · closest name: yellow
RGB
143, 212, 21
HSL
82°, 82%, 46%
CMYK
33, 0, 90, 17
Luminance
0.5298
Every format
| HEX | #8fd415 |
| RGB | rgb(143, 212, 21) |
| HSL | hsl(82, 82%, 46%) |
| CMYK | cmyk(33%, 0%, 90%, 17%) |
| LAB | lab(77.9 -46.2 74.4) |
| LCH | lch(77.9 87.6 121.8) |
| OKLCH | oklch(0.794 0.208 129.6) |
Copy-ready code
/* CSS */
color: #8fd415;
background-color: #8fd415;
/* Tailwind (arbitrary) */
class="text-[#8fd415] bg-[#8fd415]"
/* SCSS */
$brand: #8fd415;
/* SwiftUI */
Color(red: 0.561, green: 0.831, blue: 0.082)
/* Android */
Color.parseColor("#8fd415")Accessibility — WCAG contrast
Aa
#8fd415 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd415 on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green83.1%
Blue8.2%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow90.1%
Key (black)16.9%
Color previews
#8fd415 text on a black background
contrast 11.60:1
Card sample
#8fd415 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd415;
Background color
Panel with #8fd415 background
background-color: #8fd415;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd415;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 212, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 212, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd415; background: linear-gradient(135deg, #8fd415, #15D41A);