#9ee188
a light, vivid green · cool · closest name: aquamarine
RGB
158, 225, 136
HSL
105°, 60%, 71%
CMYK
30, 0, 40, 12
Luminance
0.6290
Every format
| HEX | #9ee188 |
| RGB | rgb(158, 225, 136) |
| HSL | hsl(105, 60%, 71%) |
| CMYK | cmyk(30%, 0%, 40%, 12%) |
| LAB | lab(83.4 -37.4 37.0) |
| LCH | lch(83.4 52.5 135.3) |
| OKLCH | oklch(0.844 0.137 138.2) |
Copy-ready code
/* CSS */
color: #9ee188;
background-color: #9ee188;
/* Tailwind (arbitrary) */
class="text-[#9ee188] bg-[#9ee188]"
/* SCSS */
$brand: #9ee188;
/* SwiftUI */
Color(red: 0.620, green: 0.882, blue: 0.533)
/* Android */
Color.parseColor("#9ee188")Accessibility — WCAG contrast
Aa
#9ee188 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ee188 on black: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green88.2%
Blue53.3%
CMYK percentages
Cyan29.8%
Magenta0.0%
Yellow39.6%
Key (black)11.8%
Color previews
#9ee188 text on a black background
contrast 13.58:1
Card sample
#9ee188 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ee188;
Background color
Panel with #9ee188 background
background-color: #9ee188;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ee188;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 225, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 225, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ee188; background: linear-gradient(135deg, #9ee188, #88E1AD);