#8cd340
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 211, 64
HSL
89°, 63%, 54%
CMYK
34, 0, 70, 17
Luminance
0.5253
Every format
| HEX | #8cd340 |
| RGB | rgb(140, 211, 64) |
| HSL | hsl(89, 63%, 54%) |
| CMYK | cmyk(34%, 0%, 70%, 17%) |
| LAB | lab(77.6 -44.9 62.5) |
| LCH | lch(77.6 77.0 125.7) |
| OKLCH | oklch(0.792 0.190 131.9) |
Copy-ready code
/* CSS */
color: #8cd340;
background-color: #8cd340;
/* Tailwind (arbitrary) */
class="text-[#8cd340] bg-[#8cd340]"
/* SCSS */
$brand: #8cd340;
/* SwiftUI */
Color(red: 0.549, green: 0.827, blue: 0.251)
/* Android */
Color.parseColor("#8cd340")Accessibility — WCAG contrast
Aa
#8cd340 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd340 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green82.7%
Blue25.1%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow69.7%
Key (black)17.3%
Color previews
#8cd340 text on a black background
contrast 11.51:1
Card sample
#8cd340 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd340;
Background color
Panel with #8cd340 background
background-color: #8cd340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 211, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 211, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd340; background: linear-gradient(135deg, #8cd340, #40D356);