#8acd47
a balanced, vivid green · cool · closest name: olivedrab
RGB
138, 205, 71
HSL
90°, 57%, 54%
CMYK
33, 0, 65, 20
Luminance
0.4952
Every format
| HEX | #8acd47 |
| RGB | rgb(138, 205, 71) |
| HSL | hsl(90, 57%, 54%) |
| CMYK | cmyk(33%, 0%, 65%, 20%) |
| LAB | lab(75.8 -42.6 57.9) |
| LCH | lch(75.8 71.8 126.3) |
| OKLCH | oklch(0.777 0.178 132.1) |
Copy-ready code
/* CSS */
color: #8acd47;
background-color: #8acd47;
/* Tailwind (arbitrary) */
class="text-[#8acd47] bg-[#8acd47]"
/* SCSS */
$brand: #8acd47;
/* SwiftUI */
Color(red: 0.541, green: 0.804, blue: 0.278)
/* Android */
Color.parseColor("#8acd47")Accessibility — WCAG contrast
Aa
#8acd47 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8acd47 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green80.4%
Blue27.8%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow65.4%
Key (black)19.6%
Color previews
#8acd47 text on a black background
contrast 10.90:1
Card sample
#8acd47 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8acd47;
Background color
Panel with #8acd47 background
background-color: #8acd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8acd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 205, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 205, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8acd47; background: linear-gradient(135deg, #8acd47, #47CD5D);