#9cd080
a light, vivid green · cool · closest name: khaki
RGB
156, 208, 128
HSL
99°, 46%, 66%
CMYK
25, 0, 39, 18
Luminance
0.5374
Every format
| HEX | #9cd080 |
| RGB | rgb(156, 208, 128) |
| HSL | hsl(99, 46%, 66%) |
| CMYK | cmyk(25%, 0%, 39%, 18%) |
| LAB | lab(78.3 -31.3 34.4) |
| LCH | lch(78.3 46.5 132.3) |
| OKLCH | oklch(0.802 0.121 135.2) |
Copy-ready code
/* CSS */
color: #9cd080;
background-color: #9cd080;
/* Tailwind (arbitrary) */
class="text-[#9cd080] bg-[#9cd080]"
/* SCSS */
$brand: #9cd080;
/* SwiftUI */
Color(red: 0.612, green: 0.816, blue: 0.502)
/* Android */
Color.parseColor("#9cd080")Accessibility — WCAG contrast
Aa
#9cd080 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd080 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green81.6%
Blue50.2%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow38.5%
Key (black)18.4%
Color previews
#9cd080 text on a black background
contrast 11.75:1
Card sample
#9cd080 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd080;
Background color
Panel with #9cd080 background
background-color: #9cd080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 208, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 208, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd080; background: linear-gradient(135deg, #9cd080, #80D099);