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