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