#8fc71f
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 199, 31
HSL
80°, 73%, 45%
CMYK
28, 0, 84, 22
Luminance
0.4679
Every format
| HEX | #8fc71f |
| RGB | rgb(143, 199, 31) |
| HSL | hsl(80, 73%, 45%) |
| CMYK | cmyk(28%, 0%, 84%, 22%) |
| LAB | lab(74.0 -40.3 69.3) |
| LCH | lch(74.0 80.2 120.2) |
| OKLCH | oklch(0.763 0.190 127.7) |
Copy-ready code
/* CSS */
color: #8fc71f;
background-color: #8fc71f;
/* Tailwind (arbitrary) */
class="text-[#8fc71f] bg-[#8fc71f]"
/* SCSS */
$brand: #8fc71f;
/* SwiftUI */
Color(red: 0.561, green: 0.780, blue: 0.122)
/* Android */
Color.parseColor("#8fc71f")Accessibility — WCAG contrast
Aa
#8fc71f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fc71f on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green78.0%
Blue12.2%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow84.4%
Key (black)22.0%
Color previews
#8fc71f text on a black background
contrast 10.36:1
Card sample
#8fc71f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fc71f;
Background color
Panel with #8fc71f background
background-color: #8fc71f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fc71f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 199, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 199, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fc71f; background: linear-gradient(135deg, #8fc71f, #1FC71F);