#8fd80f
a balanced, electric green · cool · closest name: yellow
RGB
143, 216, 15
HSL
82°, 87%, 45%
CMYK
34, 0, 93, 15
Luminance
0.5499
Every format
| HEX | #8fd80f |
| RGB | rgb(143, 216, 15) |
| HSL | hsl(82, 87%, 45%) |
| CMYK | cmyk(34%, 0%, 93%, 15%) |
| LAB | lab(79.0 -48.0 76.2) |
| LCH | lch(79.0 90.0 122.2) |
| OKLCH | oklch(0.803 0.214 130.1) |
Copy-ready code
/* CSS */
color: #8fd80f;
background-color: #8fd80f;
/* Tailwind (arbitrary) */
class="text-[#8fd80f] bg-[#8fd80f]"
/* SCSS */
$brand: #8fd80f;
/* SwiftUI */
Color(red: 0.561, green: 0.847, blue: 0.059)
/* Android */
Color.parseColor("#8fd80f")Accessibility — WCAG contrast
Aa
#8fd80f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd80f on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green84.7%
Blue5.9%
CMYK percentages
Cyan33.8%
Magenta0.0%
Yellow93.1%
Key (black)15.3%
Color previews
#8fd80f text on a black background
contrast 12.00:1
Card sample
#8fd80f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd80f;
Background color
Panel with #8fd80f background
background-color: #8fd80f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd80f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 216, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 216, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd80f; background: linear-gradient(135deg, #8fd80f, #0FD815);