#9efabd
a light, electric green · cool · closest name: aquamarine
RGB
158, 250, 189
HSL
140°, 90%, 80%
CMYK
37, 0, 24, 2
Luminance
0.7931
Every format
| HEX | #9efabd |
| RGB | rgb(158, 250, 189) |
| HSL | hsl(140, 90%, 80%) |
| CMYK | cmyk(37%, 0%, 24%, 2%) |
| LAB | lab(91.4 -40.0 20.8) |
| LCH | lch(91.4 45.1 152.6) |
| OKLCH | oklch(0.911 0.122 154.2) |
Copy-ready code
/* CSS */
color: #9efabd;
background-color: #9efabd;
/* Tailwind (arbitrary) */
class="text-[#9efabd] bg-[#9efabd]"
/* SCSS */
$brand: #9efabd;
/* SwiftUI */
Color(red: 0.620, green: 0.980, blue: 0.741)
/* Android */
Color.parseColor("#9efabd")Accessibility — WCAG contrast
Aa
#9efabd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9efabd on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green98.0%
Blue74.1%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow24.4%
Key (black)2.0%
Color previews
#9efabd text on a black background
contrast 16.86:1
Card sample
#9efabd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9efabd;
Background color
Panel with #9efabd background
background-color: #9efabd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9efabd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 250, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 250, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9efabd; background: linear-gradient(135deg, #9efabd, #9EFAFA);