#9cdc2f
a balanced, vivid green · cool · closest name: yellow
RGB
156, 220, 47
HSL
82°, 71%, 52%
CMYK
29, 0, 79, 14
Luminance
0.5846
Every format
| HEX | #9cdc2f |
| RGB | rgb(156, 220, 47) |
| HSL | hsl(82, 71%, 52%) |
| CMYK | cmyk(29%, 0%, 79%, 14%) |
| LAB | lab(81.0 -44.0 71.7) |
| LCH | lch(81.0 84.1 121.5) |
| OKLCH | oklch(0.821 0.202 128.7) |
Copy-ready code
/* CSS */
color: #9cdc2f;
background-color: #9cdc2f;
/* Tailwind (arbitrary) */
class="text-[#9cdc2f] bg-[#9cdc2f]"
/* SCSS */
$brand: #9cdc2f;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.184)
/* Android */
Color.parseColor("#9cdc2f")Accessibility — WCAG contrast
Aa
#9cdc2f on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdc2f on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue18.4%
CMYK percentages
Cyan29.1%
Magenta0.0%
Yellow78.6%
Key (black)13.7%
Color previews
#9cdc2f text on a black background
contrast 12.69:1
Card sample
#9cdc2f text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdc2f;
Background color
Panel with #9cdc2f background
background-color: #9cdc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdc2f; background: linear-gradient(135deg, #9cdc2f, #2FDC36);