#9eeeb3
a light, vivid green · cool · closest name: aquamarine
RGB
158, 238, 179
HSL
136°, 70%, 78%
CMYK
34, 0, 25, 7
Luminance
0.7167
Every format
| HEX | #9eeeb3 |
| RGB | rgb(158, 238, 179) |
| HSL | hsl(136, 70%, 78%) |
| CMYK | cmyk(34%, 0%, 25%, 7%) |
| LAB | lab(87.8 -36.4 21.0) |
| LCH | lch(87.8 42.0 150.0) |
| OKLCH | oklch(0.882 0.113 151.8) |
Copy-ready code
/* CSS */
color: #9eeeb3;
background-color: #9eeeb3;
/* Tailwind (arbitrary) */
class="text-[#9eeeb3] bg-[#9eeeb3]"
/* SCSS */
$brand: #9eeeb3;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.702)
/* Android */
Color.parseColor("#9eeeb3")Accessibility — WCAG contrast
Aa
#9eeeb3 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eeeb3 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue70.2%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow24.8%
Key (black)6.7%
Color previews
#9eeeb3 text on a black background
contrast 15.33:1
Card sample
#9eeeb3 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eeeb3;
Background color
Panel with #9eeeb3 background
background-color: #9eeeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eeeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eeeb3; background: linear-gradient(135deg, #9eeeb3, #9EEEE8);