#9eee89
a light, vivid green · cool · closest name: aquamarine
RGB
158, 238, 137
HSL
108°, 75%, 74%
CMYK
34, 0, 42, 7
Luminance
0.7022
Every format
| HEX | #9eee89 |
| RGB | rgb(158, 238, 137) |
| HSL | hsl(108, 75%, 74%) |
| CMYK | cmyk(34%, 0%, 42%, 7%) |
| LAB | lab(87.1 -43.0 41.3) |
| LCH | lch(87.1 59.6 136.2) |
| OKLCH | oklch(0.874 0.155 139.3) |
Copy-ready code
/* CSS */
color: #9eee89;
background-color: #9eee89;
/* Tailwind (arbitrary) */
class="text-[#9eee89] bg-[#9eee89]"
/* SCSS */
$brand: #9eee89;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.537)
/* Android */
Color.parseColor("#9eee89")Accessibility — WCAG contrast
Aa
#9eee89 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eee89 on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue53.7%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow42.4%
Key (black)6.7%
Color previews
#9eee89 text on a black background
contrast 15.04:1
Card sample
#9eee89 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eee89;
Background color
Panel with #9eee89 background
background-color: #9eee89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eee89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eee89; background: linear-gradient(135deg, #9eee89, #89EEB7);