#9acd47
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 205, 71
HSL
83°, 57%, 54%
CMYK
25, 0, 65, 20
Luminance
0.5099
Every format
| HEX | #9acd47 |
| RGB | rgb(154, 205, 71) |
| HSL | hsl(83, 57%, 54%) |
| CMYK | cmyk(25%, 0%, 65%, 20%) |
| LAB | lab(76.7 -36.7 59.1) |
| LCH | lch(76.7 69.6 121.8) |
| OKLCH | oklch(0.786 0.171 127.8) |
Copy-ready code
/* CSS */
color: #9acd47;
background-color: #9acd47;
/* Tailwind (arbitrary) */
class="text-[#9acd47] bg-[#9acd47]"
/* SCSS */
$brand: #9acd47;
/* SwiftUI */
Color(red: 0.604, green: 0.804, blue: 0.278)
/* Android */
Color.parseColor("#9acd47")Accessibility — WCAG contrast
Aa
#9acd47 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acd47 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.4%
Blue27.8%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow65.4%
Key (black)19.6%
Color previews
#9acd47 text on a black background
contrast 11.20:1
Card sample
#9acd47 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acd47;
Background color
Panel with #9acd47 background
background-color: #9acd47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acd47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 205, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 205, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acd47; background: linear-gradient(135deg, #9acd47, #47CD4D);