#8fd07f
a light, vivid green · cool · closest name: olivedrab
RGB
143, 208, 127
HSL
108°, 46%, 66%
CMYK
31, 0, 39, 18
Luminance
0.5248
Every format
| HEX | #8fd07f |
| RGB | rgb(143, 208, 127) |
| HSL | hsl(108, 46%, 66%) |
| CMYK | cmyk(31%, 0%, 39%, 18%) |
| LAB | lab(77.6 -35.9 33.8) |
| LCH | lch(77.6 49.3 136.7) |
| OKLCH | oklch(0.794 0.129 139.6) |
Copy-ready code
/* CSS */
color: #8fd07f;
background-color: #8fd07f;
/* Tailwind (arbitrary) */
class="text-[#8fd07f] bg-[#8fd07f]"
/* SCSS */
$brand: #8fd07f;
/* SwiftUI */
Color(red: 0.561, green: 0.816, blue: 0.498)
/* Android */
Color.parseColor("#8fd07f")Accessibility — WCAG contrast
Aa
#8fd07f on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd07f on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.6%
Blue49.8%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow38.9%
Key (black)18.4%
Color previews
#8fd07f text on a black background
contrast 11.50:1
Card sample
#8fd07f text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd07f;
Background color
Panel with #8fd07f background
background-color: #8fd07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 208, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 208, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd07f; background: linear-gradient(135deg, #8fd07f, #7FD0A5);