#9eeb8f
a light, vivid green · cool · closest name: aquamarine
RGB
158, 235, 143
HSL
110°, 70%, 74%
CMYK
33, 0, 39, 8
Luminance
0.6867
Every format
| HEX | #9eeb8f |
| RGB | rgb(158, 235, 143) |
| HSL | hsl(110, 70%, 74%) |
| CMYK | cmyk(33%, 0%, 39%, 8%) |
| LAB | lab(86.3 -40.8 37.3) |
| LCH | lch(86.3 55.3 137.6) |
| OKLCH | oklch(0.868 0.145 140.4) |
Copy-ready code
/* CSS */
color: #9eeb8f;
background-color: #9eeb8f;
/* Tailwind (arbitrary) */
class="text-[#9eeb8f] bg-[#9eeb8f]"
/* SCSS */
$brand: #9eeb8f;
/* SwiftUI */
Color(red: 0.620, green: 0.922, blue: 0.561)
/* Android */
Color.parseColor("#9eeb8f")Accessibility — WCAG contrast
Aa
#9eeb8f on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9eeb8f on black: 14.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green92.2%
Blue56.1%
CMYK percentages
Cyan32.8%
Magenta0.0%
Yellow39.1%
Key (black)7.8%
Color previews
#9eeb8f text on a black background
contrast 14.73:1
Card sample
#9eeb8f text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9eeb8f;
Background color
Panel with #9eeb8f background
background-color: #9eeb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9eeb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 235, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 235, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9eeb8f; background: linear-gradient(135deg, #9eeb8f, #8FEBBD);