#8cd849
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 216, 73
HSL
92°, 65%, 57%
CMYK
35, 0, 66, 15
Luminance
0.5517
Every format
| HEX | #8cd849 |
| RGB | rgb(140, 216, 73) |
| HSL | hsl(92, 65%, 57%) |
| CMYK | cmyk(35%, 0%, 66%, 15%) |
| LAB | lab(79.1 -46.4 60.7) |
| LCH | lch(79.1 76.4 127.4) |
| OKLCH | oklch(0.804 0.190 133.2) |
Copy-ready code
/* CSS */
color: #8cd849;
background-color: #8cd849;
/* Tailwind (arbitrary) */
class="text-[#8cd849] bg-[#8cd849]"
/* SCSS */
$brand: #8cd849;
/* SwiftUI */
Color(red: 0.549, green: 0.847, blue: 0.286)
/* Android */
Color.parseColor("#8cd849")Accessibility — WCAG contrast
Aa
#8cd849 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd849 on black: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.7%
Blue28.6%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow66.2%
Key (black)15.3%
Color previews
#8cd849 text on a black background
contrast 12.03:1
Card sample
#8cd849 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd849;
Background color
Panel with #8cd849 background
background-color: #8cd849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 216, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 216, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd849; background: linear-gradient(135deg, #8cd849, #49D865);