#9cdf89
a light, vivid green · cool · closest name: aquamarine
RGB
156, 223, 137
HSL
107°, 57%, 71%
CMYK
30, 0, 39, 13
Luminance
0.6165
Every format
| HEX | #9cdf89 |
| RGB | rgb(156, 223, 137) |
| HSL | hsl(107, 57%, 71%) |
| CMYK | cmyk(30%, 0%, 39%, 13%) |
| LAB | lab(82.7 -37.0 35.6) |
| LCH | lch(82.7 51.3 136.1) |
| OKLCH | oklch(0.838 0.134 138.9) |
Copy-ready code
/* CSS */
color: #9cdf89;
background-color: #9cdf89;
/* Tailwind (arbitrary) */
class="text-[#9cdf89] bg-[#9cdf89]"
/* SCSS */
$brand: #9cdf89;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.537)
/* Android */
Color.parseColor("#9cdf89")Accessibility — WCAG contrast
Aa
#9cdf89 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdf89 on black: 13.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue53.7%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow38.6%
Key (black)12.5%
Color previews
#9cdf89 text on a black background
contrast 13.33:1
Card sample
#9cdf89 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdf89;
Background color
Panel with #9cdf89 background
background-color: #9cdf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdf89; background: linear-gradient(135deg, #9cdf89, #89DFAF);