#9eee95
a light, vivid green · cool · closest name: aquamarine
RGB
158, 238, 149
HSL
114°, 72%, 76%
CMYK
34, 0, 37, 7
Luminance
0.7059
Every format
| HEX | #9eee95 |
| RGB | rgb(158, 238, 149) |
| HSL | hsl(114, 72%, 76%) |
| CMYK | cmyk(34%, 0%, 37%, 7%) |
| LAB | lab(87.3 -41.3 35.5) |
| LCH | lch(87.3 54.5 139.3) |
| OKLCH | oklch(0.876 0.143 141.9) |
Copy-ready code
/* CSS */
color: #9eee95;
background-color: #9eee95;
/* Tailwind (arbitrary) */
class="text-[#9eee95] bg-[#9eee95]"
/* SCSS */
$brand: #9eee95;
/* SwiftUI */
Color(red: 0.620, green: 0.933, blue: 0.584)
/* Android */
Color.parseColor("#9eee95")Accessibility — WCAG contrast
Aa
#9eee95 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eee95 on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green93.3%
Blue58.4%
CMYK percentages
Cyan33.6%
Magenta0.0%
Yellow37.4%
Key (black)6.7%
Color previews
#9eee95 text on a black background
contrast 15.12:1
Card sample
#9eee95 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eee95;
Background color
Panel with #9eee95 background
background-color: #9eee95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eee95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 238, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 238, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eee95; background: linear-gradient(135deg, #9eee95, #95EEC7);