#9cdf93
a light, vivid green · cool · closest name: aquamarine
RGB
156, 223, 147
HSL
113°, 54%, 73%
CMYK
30, 0, 34, 13
Luminance
0.6195
Every format
| HEX | #9cdf93 |
| RGB | rgb(156, 223, 147) |
| HSL | hsl(113, 54%, 73%) |
| CMYK | cmyk(30%, 0%, 34%, 13%) |
| LAB | lab(82.9 -35.5 30.7) |
| LCH | lch(82.9 46.9 139.1) |
| OKLCH | oklch(0.840 0.124 141.6) |
Copy-ready code
/* CSS */
color: #9cdf93;
background-color: #9cdf93;
/* Tailwind (arbitrary) */
class="text-[#9cdf93] bg-[#9cdf93]"
/* SCSS */
$brand: #9cdf93;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.576)
/* Android */
Color.parseColor("#9cdf93")Accessibility — WCAG contrast
Aa
#9cdf93 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdf93 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue57.6%
CMYK percentages
Cyan30.0%
Magenta0.0%
Yellow34.1%
Key (black)12.5%
Color previews
#9cdf93 text on a black background
contrast 13.39:1
Card sample
#9cdf93 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdf93;
Background color
Panel with #9cdf93 background
background-color: #9cdf93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdf93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdf93; background: linear-gradient(135deg, #9cdf93, #93DFBD);