#8cd671
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 214, 113
HSL
104°, 55%, 64%
CMYK
35, 0, 47, 16
Luminance
0.5486
Every format
| HEX | #8cd671 |
| RGB | rgb(140, 214, 113) |
| HSL | hsl(104, 55%, 64%) |
| CMYK | cmyk(35%, 0%, 47%, 16%) |
| LAB | lab(79.0 -41.5 42.5) |
| LCH | lch(79.0 59.4 134.3) |
| OKLCH | oklch(0.804 0.153 137.9) |
Copy-ready code
/* CSS */
color: #8cd671;
background-color: #8cd671;
/* Tailwind (arbitrary) */
class="text-[#8cd671] bg-[#8cd671]"
/* SCSS */
$brand: #8cd671;
/* SwiftUI */
Color(red: 0.549, green: 0.839, blue: 0.443)
/* Android */
Color.parseColor("#8cd671")Accessibility — WCAG contrast
Aa
#8cd671 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd671 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green83.9%
Blue44.3%
CMYK percentages
Cyan34.6%
Magenta0.0%
Yellow47.2%
Key (black)16.1%
Color previews
#8cd671 text on a black background
contrast 11.97:1
Card sample
#8cd671 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd671;
Background color
Panel with #8cd671 background
background-color: #8cd671;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd671;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 214, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 214, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd671; background: linear-gradient(135deg, #8cd671, #71D699);