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