#9cd68f
a light, vivid green · cool · closest name: aquamarine
RGB
156, 214, 143
HSL
109°, 46%, 70%
CMYK
27, 0, 33, 16
Luminance
0.5714
Every format
| HEX | #9cd68f |
| RGB | rgb(156, 214, 143) |
| HSL | hsl(109, 46%, 70%) |
| CMYK | cmyk(27%, 0%, 33%, 16%) |
| LAB | lab(80.3 -31.9 29.3) |
| LCH | lch(80.3 43.3 137.5) |
| OKLCH | oklch(0.819 0.114 139.9) |
Copy-ready code
/* CSS */
color: #9cd68f;
background-color: #9cd68f;
/* Tailwind (arbitrary) */
class="text-[#9cd68f] bg-[#9cd68f]"
/* SCSS */
$brand: #9cd68f;
/* SwiftUI */
Color(red: 0.612, green: 0.839, blue: 0.561)
/* Android */
Color.parseColor("#9cd68f")Accessibility — WCAG contrast
Aa
#9cd68f on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd68f on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.9%
Blue56.1%
CMYK percentages
Cyan27.1%
Magenta0.0%
Yellow33.2%
Key (black)16.1%
Color previews
#9cd68f text on a black background
contrast 12.43:1
Card sample
#9cd68f text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd68f;
Background color
Panel with #9cd68f background
background-color: #9cd68f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd68f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 214, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 214, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd68f; background: linear-gradient(135deg, #9cd68f, #8FD6B1);