#8fc201
a dark, electric green · cool · closest name: olivedrab
RGB
143, 194, 1
HSL
76°, 99%, 38%
CMYK
26, 0, 100, 24
Luminance
0.4443
Every format
| HEX | #8fc201 |
| RGB | rgb(143, 194, 1) |
| HSL | hsl(76, 99%, 38%) |
| CMYK | cmyk(26%, 0%, 100%, 24%) |
| LAB | lab(72.5 -38.7 72.5) |
| LCH | lch(72.5 82.2 118.1) |
| OKLCH | oklch(0.750 0.192 126.3) |
Copy-ready code
/* CSS */
color: #8fc201;
background-color: #8fc201;
/* Tailwind (arbitrary) */
class="text-[#8fc201] bg-[#8fc201]"
/* SCSS */
$brand: #8fc201;
/* SwiftUI */
Color(red: 0.561, green: 0.761, blue: 0.004)
/* Android */
Color.parseColor("#8fc201")Accessibility — WCAG contrast
Aa
#8fc201 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc201 on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green76.1%
Blue0.4%
CMYK percentages
Cyan26.3%
Magenta0.0%
Yellow99.5%
Key (black)23.9%
Color previews
#8fc201 text on a black background
contrast 9.89:1
Card sample
#8fc201 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc201;
Background color
Panel with #8fc201 background
background-color: #8fc201;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc201;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 194, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 194, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc201; background: linear-gradient(135deg, #8fc201, #0EC201);