#9acd52
a balanced, vivid green · cool · closest name: olivedrab
RGB
154, 205, 82
HSL
85°, 55%, 56%
CMYK
25, 0, 60, 20
Luminance
0.5114
Every format
| HEX | #9acd52 |
| RGB | rgb(154, 205, 82) |
| HSL | hsl(85, 55%, 56%) |
| CMYK | cmyk(25%, 0%, 60%, 20%) |
| LAB | lab(76.8 -35.8 54.6) |
| LCH | lch(76.8 65.3 123.3) |
| OKLCH | oklch(0.787 0.162 128.6) |
Copy-ready code
/* CSS */
color: #9acd52;
background-color: #9acd52;
/* Tailwind (arbitrary) */
class="text-[#9acd52] bg-[#9acd52]"
/* SCSS */
$brand: #9acd52;
/* SwiftUI */
Color(red: 0.604, green: 0.804, blue: 0.322)
/* Android */
Color.parseColor("#9acd52")Accessibility — WCAG contrast
Aa
#9acd52 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9acd52 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.4%
Green80.4%
Blue32.2%
CMYK percentages
Cyan24.9%
Magenta0.0%
Yellow60.0%
Key (black)19.6%
Color previews
#9acd52 text on a black background
contrast 11.23:1
Card sample
#9acd52 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9acd52;
Background color
Panel with #9acd52 background
background-color: #9acd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9acd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(154, 205, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(154, 205, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9acd52; background: linear-gradient(135deg, #9acd52, #52CD5C);