#8fd913
a balanced, electric green · cool · closest name: yellow
RGB
143, 217, 19
HSL
82°, 84%, 46%
CMYK
34, 0, 91, 15
Luminance
0.5551
Every format
| HEX | #8fd913 |
| RGB | rgb(143, 217, 19) |
| HSL | hsl(82, 84%, 46%) |
| CMYK | cmyk(34%, 0%, 91%, 15%) |
| LAB | lab(79.3 -48.3 75.9) |
| LCH | lch(79.3 90.0 122.5) |
| OKLCH | oklch(0.806 0.214 130.3) |
Copy-ready code
/* CSS */
color: #8fd913;
background-color: #8fd913;
/* Tailwind (arbitrary) */
class="text-[#8fd913] bg-[#8fd913]"
/* SCSS */
$brand: #8fd913;
/* SwiftUI */
Color(red: 0.561, green: 0.851, blue: 0.075)
/* Android */
Color.parseColor("#8fd913")Accessibility — WCAG contrast
Aa
#8fd913 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd913 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.1%
Blue7.5%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow91.2%
Key (black)14.9%
Color previews
#8fd913 text on a black background
contrast 12.10:1
Card sample
#8fd913 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd913;
Background color
Panel with #8fd913 background
background-color: #8fd913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 217, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 217, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd913; background: linear-gradient(135deg, #8fd913, #13D91B);