#8fda76
a light, vivid green · cool · closest name: olivedrab
RGB
143, 218, 118
HSL
105°, 58%, 66%
CMYK
34, 0, 46, 15
Luminance
0.5729
Every format
| HEX | #8fda76 |
| RGB | rgb(143, 218, 118) |
| HSL | hsl(105, 58%, 66%) |
| CMYK | cmyk(34%, 0%, 46%, 15%) |
| LAB | lab(80.3 -41.6 41.9) |
| LCH | lch(80.3 59.0 134.8) |
| OKLCH | oklch(0.816 0.153 138.3) |
Copy-ready code
/* CSS */
color: #8fda76;
background-color: #8fda76;
/* Tailwind (arbitrary) */
class="text-[#8fda76] bg-[#8fda76]"
/* SCSS */
$brand: #8fda76;
/* SwiftUI */
Color(red: 0.561, green: 0.855, blue: 0.463)
/* Android */
Color.parseColor("#8fda76")Accessibility — WCAG contrast
Aa
#8fda76 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fda76 on black: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green85.5%
Blue46.3%
CMYK percentages
Cyan34.4%
Magenta0.0%
Yellow45.9%
Key (black)14.5%
Color previews
#8fda76 text on a black background
contrast 12.46:1
Card sample
#8fda76 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fda76;
Background color
Panel with #8fda76 background
background-color: #8fda76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fda76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 218, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 218, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fda76; background: linear-gradient(135deg, #8fda76, #76DAA0);