#9dfeb9
a light, electric green · cool · closest name: aquamarine
RGB
157, 254, 185
HSL
137°, 98%, 81%
CMYK
38, 0, 27, 0
Luminance
0.8155
Every format
| HEX | #9dfeb9 |
| RGB | rgb(157, 254, 185) |
| HSL | hsl(137, 98%, 81%) |
| CMYK | cmyk(38%, 0%, 27%, 0%) |
| LAB | lab(92.4 -42.8 24.2) |
| LCH | lch(92.4 49.2 150.5) |
| OKLCH | oklch(0.919 0.132 152.3) |
Copy-ready code
/* CSS */
color: #9dfeb9;
background-color: #9dfeb9;
/* Tailwind (arbitrary) */
class="text-[#9dfeb9] bg-[#9dfeb9]"
/* SCSS */
$brand: #9dfeb9;
/* SwiftUI */
Color(red: 0.616, green: 0.996, blue: 0.725)
/* Android */
Color.parseColor("#9dfeb9")Accessibility — WCAG contrast
Aa
#9dfeb9 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfeb9 on black: 17.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.6%
Blue72.5%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow27.2%
Key (black)0.4%
Color previews
#9dfeb9 text on a black background
contrast 17.31:1
Card sample
#9dfeb9 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfeb9;
Background color
Panel with #9dfeb9 background
background-color: #9dfeb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfeb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 254, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 254, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfeb9; background: linear-gradient(135deg, #9dfeb9, #9DFEFA);