#9dfecb
a light, electric green · cool · closest name: aquamarine
RGB
157, 254, 203
HSL
149°, 98%, 81%
CMYK
38, 0, 20, 0
Luminance
0.8236
Every format
| HEX | #9dfecb |
| RGB | rgb(157, 254, 203) |
| HSL | hsl(149, 98%, 81%) |
| CMYK | cmyk(38%, 0%, 20%, 0%) |
| LAB | lab(92.7 -39.5 15.5) |
| LCH | lch(92.7 42.4 158.6) |
| OKLCH | oklch(0.923 0.117 160.0) |
Copy-ready code
/* CSS */
color: #9dfecb;
background-color: #9dfecb;
/* Tailwind (arbitrary) */
class="text-[#9dfecb] bg-[#9dfecb]"
/* SCSS */
$brand: #9dfecb;
/* SwiftUI */
Color(red: 0.616, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#9dfecb")Accessibility — WCAG contrast
Aa
#9dfecb on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfecb on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.6%
Blue79.6%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#9dfecb text on a black background
contrast 17.47:1
Card sample
#9dfecb text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfecb;
Background color
Panel with #9dfecb background
background-color: #9dfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfecb; background: linear-gradient(135deg, #9dfecb, #9DF0FE);