#9ce487
a light, vivid green · cool · closest name: aquamarine
RGB
156, 228, 135
HSL
107°, 63%, 71%
CMYK
32, 0, 41, 11
Luminance
0.6430
Every format
| HEX | #9ce487 |
| RGB | rgb(156, 228, 135) |
| HSL | hsl(107, 63%, 71%) |
| CMYK | cmyk(32%, 0%, 41%, 11%) |
| LAB | lab(84.1 -39.5 38.4) |
| LCH | lch(84.1 55.1 135.8) |
| OKLCH | oklch(0.849 0.143 138.8) |
Copy-ready code
/* CSS */
color: #9ce487;
background-color: #9ce487;
/* Tailwind (arbitrary) */
class="text-[#9ce487] bg-[#9ce487]"
/* SCSS */
$brand: #9ce487;
/* SwiftUI */
Color(red: 0.612, green: 0.894, blue: 0.529)
/* Android */
Color.parseColor("#9ce487")Accessibility — WCAG contrast
Aa
#9ce487 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ce487 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green89.4%
Blue52.9%
CMYK percentages
Cyan31.6%
Magenta0.0%
Yellow40.8%
Key (black)10.6%
Color previews
#9ce487 text on a black background
contrast 13.86:1
Card sample
#9ce487 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ce487;
Background color
Panel with #9ce487 background
background-color: #9ce487;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ce487;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 228, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 228, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ce487; background: linear-gradient(135deg, #9ce487, #87E4B0);