#9cd74f
a balanced, vivid green · cool · closest name: olivedrab
RGB
156, 215, 79
HSL
86°, 63%, 58%
CMYK
27, 0, 63, 16
Luminance
0.5623
Every format
| HEX | #9cd74f |
| RGB | rgb(156, 215, 79) |
| HSL | hsl(86, 63%, 58%) |
| CMYK | cmyk(27%, 0%, 63%, 16%) |
| LAB | lab(79.8 -39.8 59.2) |
| LCH | lch(79.8 71.3 123.9) |
| OKLCH | oklch(0.812 0.176 129.6) |
Copy-ready code
/* CSS */
color: #9cd74f;
background-color: #9cd74f;
/* Tailwind (arbitrary) */
class="text-[#9cd74f] bg-[#9cd74f]"
/* SCSS */
$brand: #9cd74f;
/* SwiftUI */
Color(red: 0.612, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#9cd74f")Accessibility — WCAG contrast
Aa
#9cd74f on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd74f on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green84.3%
Blue31.0%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#9cd74f text on a black background
contrast 12.25:1
Card sample
#9cd74f text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd74f;
Background color
Panel with #9cd74f background
background-color: #9cd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd74f; background: linear-gradient(135deg, #9cd74f, #4FD75C);