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