#9ccd52
a balanced, vivid green · cool · closest name: olivedrab
RGB
156, 205, 82
HSL
84°, 55%, 56%
CMYK
24, 0, 60, 20
Luminance
0.5134
Every format
| HEX | #9ccd52 |
| RGB | rgb(156, 205, 82) |
| HSL | hsl(84, 55%, 56%) |
| CMYK | cmyk(24%, 0%, 60%, 20%) |
| LAB | lab(76.9 -35.1 54.7) |
| LCH | lch(76.9 65.0 122.6) |
| OKLCH | oklch(0.789 0.161 128.0) |
Copy-ready code
/* CSS */
color: #9ccd52;
background-color: #9ccd52;
/* Tailwind (arbitrary) */
class="text-[#9ccd52] bg-[#9ccd52]"
/* SCSS */
$brand: #9ccd52;
/* SwiftUI */
Color(red: 0.612, green: 0.804, blue: 0.322)
/* Android */
Color.parseColor("#9ccd52")Accessibility — WCAG contrast
Aa
#9ccd52 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccd52 on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green80.4%
Blue32.2%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow60.0%
Key (black)19.6%
Color previews
#9ccd52 text on a black background
contrast 11.27:1
Card sample
#9ccd52 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccd52;
Background color
Panel with #9ccd52 background
background-color: #9ccd52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccd52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 205, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 205, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccd52; background: linear-gradient(135deg, #9ccd52, #52CD5A);