#9dfccb
a light, electric green · cool · closest name: aquamarine
RGB
157, 252, 203
HSL
149°, 94%, 80%
CMYK
38, 0, 19, 1
Luminance
0.8110
Every format
| HEX | #9dfccb |
| RGB | rgb(157, 252, 203) |
| HSL | hsl(149, 94%, 80%) |
| CMYK | cmyk(38%, 0%, 19%, 1%) |
| LAB | lab(92.2 -38.6 14.7) |
| LCH | lch(92.2 41.3 159.1) |
| OKLCH | oklch(0.919 0.114 160.6) |
Copy-ready code
/* CSS */
color: #9dfccb;
background-color: #9dfccb;
/* Tailwind (arbitrary) */
class="text-[#9dfccb] bg-[#9dfccb]"
/* SCSS */
$brand: #9dfccb;
/* SwiftUI */
Color(red: 0.616, green: 0.988, blue: 0.796)
/* Android */
Color.parseColor("#9dfccb")Accessibility — WCAG contrast
Aa
#9dfccb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfccb on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green98.8%
Blue79.6%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow19.4%
Key (black)1.2%
Color previews
#9dfccb text on a black background
contrast 17.22:1
Card sample
#9dfccb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfccb;
Background color
Panel with #9dfccb background
background-color: #9dfccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 252, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 252, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfccb; background: linear-gradient(135deg, #9dfccb, #9DEEFC);