#9eee8c
a light, vivid green · cool · closest name: aquamarine
RGB
158, 238, 140
HSL
109°, 74%, 74%
CMYK
34, 0, 41, 7
Luminance
0.7031
Every format
| HEX | #9eee8c |
| RGB | rgb(158, 238, 140) |
| HSL | hsl(109, 74%, 74%) |
| CMYK | cmyk(34%, 0%, 41%, 7%) |
| LAB | lab(87.2 -42.6 39.8) |
| LCH | lch(87.2 58.3 136.9) |
| OKLCH | oklch(0.875 0.152 139.9) |
Copy-ready code
/* CSS */
color: #9eee8c;
background-color: #9eee8c;
/* Tailwind (arbitrary) */
class="text-[#9eee8c] bg-[#9eee8c]"
/* SCSS */
$brand: #9eee8c;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.549)
/* Android */
Color.parseColor("#9eee8c")Accessibility — WCAG contrast
Aa
#9eee8c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eee8c on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue54.9%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow41.2%
Key (black)6.7%
Color previews
#9eee8c text on a black background
contrast 15.06:1
Card sample
#9eee8c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eee8c;
Background color
Panel with #9eee8c background
background-color: #9eee8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eee8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eee8c; background: linear-gradient(135deg, #9eee8c, #8CEEBB);