#9ef2ab
a light, electric green · cool · closest name: aquamarine
RGB
158, 242, 171
HSL
129°, 76%, 78%
CMYK
35, 0, 29, 5
Luminance
0.7371
Every format
| HEX | #9ef2ab |
| RGB | rgb(158, 242, 171) |
| HSL | hsl(129, 76%, 78%) |
| CMYK | cmyk(35%, 0%, 29%, 5%) |
| LAB | lab(88.8 -39.6 26.4) |
| LCH | lch(88.8 47.6 146.3) |
| OKLCH | oklch(0.889 0.127 148.3) |
Copy-ready code
/* CSS */
color: #9ef2ab;
background-color: #9ef2ab;
/* Tailwind (arbitrary) */
class="text-[#9ef2ab] bg-[#9ef2ab]"
/* SCSS */
$brand: #9ef2ab;
/* SwiftUI */
Color(red: 0.620, green: 0.949, blue: 0.671)
/* Android */
Color.parseColor("#9ef2ab")Accessibility — WCAG contrast
Aa
#9ef2ab on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ef2ab on black: 15.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green94.9%
Blue67.1%
CMYK percentages
Cyan34.7%
Magenta0.0%
Yellow29.3%
Key (black)5.1%
Color previews
#9ef2ab text on a black background
contrast 15.74:1
Card sample
#9ef2ab text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ef2ab;
Background color
Panel with #9ef2ab background
background-color: #9ef2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ef2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 242, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 242, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ef2ab; background: linear-gradient(135deg, #9ef2ab, #9EF2E3);