#9ccd48
a balanced, vivid green · cool · closest name: olivedrab
RGB
156, 205, 72
HSL
82°, 57%, 54%
CMYK
24, 0, 65, 20
Luminance
0.5120
Every format
| HEX | #9ccd48 |
| RGB | rgb(156, 205, 72) |
| HSL | hsl(82, 57%, 54%) |
| CMYK | cmyk(24%, 0%, 65%, 20%) |
| LAB | lab(76.8 -35.9 58.9) |
| LCH | lch(76.8 68.9 121.3) |
| OKLCH | oklch(0.788 0.169 127.2) |
Copy-ready code
/* CSS */
color: #9ccd48;
background-color: #9ccd48;
/* Tailwind (arbitrary) */
class="text-[#9ccd48] bg-[#9ccd48]"
/* SCSS */
$brand: #9ccd48;
/* SwiftUI */
Color(red: 0.612, green: 0.804, blue: 0.282)
/* Android */
Color.parseColor("#9ccd48")Accessibility — WCAG contrast
Aa
#9ccd48 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ccd48 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green80.4%
Blue28.2%
CMYK percentages
Cyan23.9%
Magenta0.0%
Yellow64.9%
Key (black)19.6%
Color previews
#9ccd48 text on a black background
contrast 11.24:1
Card sample
#9ccd48 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ccd48;
Background color
Panel with #9ccd48 background
background-color: #9ccd48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ccd48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 205, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 205, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ccd48; background: linear-gradient(135deg, #9ccd48, #48CD4D);