#8fd96a
a balanced, vivid green · cool · closest name: olivedrab
RGB
143, 217, 106
HSL
100°, 59%, 63%
CMYK
34, 0, 51, 15
Luminance
0.5651
Every format
| HEX | #8fd96a |
| RGB | rgb(143, 217, 106) |
| HSL | hsl(100, 59%, 63%) |
| CMYK | cmyk(34%, 0%, 51%, 15%) |
| LAB | lab(79.9 -42.6 47.1) |
| LCH | lch(79.9 63.5 132.1) |
| OKLCH | oklch(0.812 0.163 136.2) |
Copy-ready code
/* CSS */
color: #8fd96a;
background-color: #8fd96a;
/* Tailwind (arbitrary) */
class="text-[#8fd96a] bg-[#8fd96a]"
/* SCSS */
$brand: #8fd96a;
/* SwiftUI */
Color(red: 0.561, green: 0.851, blue: 0.416)
/* Android */
Color.parseColor("#8fd96a")Accessibility — WCAG contrast
Aa
#8fd96a on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd96a on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.1%
Blue41.6%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow51.2%
Key (black)14.9%
Color previews
#8fd96a text on a black background
contrast 12.30:1
Card sample
#8fd96a text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd96a;
Background color
Panel with #8fd96a background
background-color: #8fd96a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd96a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 217, 106, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 217, 106, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd96a; background: linear-gradient(135deg, #8fd96a, #6AD98F);