#8fdc13
a balanced, electric green · cool · closest name: yellow
RGB
143, 220, 19
HSL
83°, 84%, 47%
CMYK
35, 0, 91, 14
Luminance
0.5707
Every format
| HEX | #8fdc13 |
| RGB | rgb(143, 220, 19) |
| HSL | hsl(83, 84%, 47%) |
| CMYK | cmyk(35%, 0%, 91%, 14%) |
| LAB | lab(80.2 -49.5 76.6) |
| LCH | lch(80.2 91.2 122.9) |
| OKLCH | oklch(0.813 0.217 130.7) |
Copy-ready code
/* CSS */
color: #8fdc13;
background-color: #8fdc13;
/* Tailwind (arbitrary) */
class="text-[#8fdc13] bg-[#8fdc13]"
/* SCSS */
$brand: #8fdc13;
/* SwiftUI */
Color(red: 0.561, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#8fdc13")Accessibility — WCAG contrast
Aa
#8fdc13 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fdc13 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green86.3%
Blue7.5%
CMYK percentages
Cyan35.0%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#8fdc13 text on a black background
contrast 12.41:1
Card sample
#8fdc13 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fdc13;
Background color
Panel with #8fdc13 background
background-color: #8fdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fdc13; background: linear-gradient(135deg, #8fdc13, #13DC1D);