#9cdf72
a light, vivid green · cool · closest name: olivedrab
RGB
156, 223, 114
HSL
97°, 63%, 66%
CMYK
30, 0, 49, 13
Luminance
0.6106
Every format
| HEX | #9cdf72 |
| RGB | rgb(156, 223, 114) |
| HSL | hsl(97, 63%, 66%) |
| CMYK | cmyk(30%, 0%, 49%, 13%) |
| LAB | lab(82.4 -39.9 46.5) |
| LCH | lch(82.4 61.3 130.7) |
| OKLCH | oklch(0.835 0.157 134.6) |
Copy-ready code
/* CSS */
color: #9cdf72;
background-color: #9cdf72;
/* Tailwind (arbitrary) */
class="text-[#9cdf72] bg-[#9cdf72]"
/* SCSS */
$brand: #9cdf72;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.447)
/* Android */
Color.parseColor("#9cdf72")Accessibility — WCAG contrast
Aa
#9cdf72 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdf72 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue44.7%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow48.9%
Key (black)12.5%
Color previews
#9cdf72 text on a black background
contrast 13.21:1
Card sample
#9cdf72 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdf72;
Background color
Panel with #9cdf72 background
background-color: #9cdf72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdf72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdf72; background: linear-gradient(135deg, #9cdf72, #72DF91);