#9dfacb
a light, electric green · cool · closest name: aquamarine
RGB
157, 250, 203
HSL
150°, 90%, 80%
CMYK
37, 0, 19, 2
Luminance
0.7985
Every format
| HEX | #9dfacb |
| RGB | rgb(157, 250, 203) |
| HSL | hsl(150, 90%, 80%) |
| CMYK | cmyk(37%, 0%, 19%, 2%) |
| LAB | lab(91.6 -37.7 13.9) |
| LCH | lch(91.6 40.2 159.7) |
| OKLCH | oklch(0.914 0.111 161.1) |
Copy-ready code
/* CSS */
color: #9dfacb;
background-color: #9dfacb;
/* Tailwind (arbitrary) */
class="text-[#9dfacb] bg-[#9dfacb]"
/* SCSS */
$brand: #9dfacb;
/* SwiftUI */
Color(red: 0.616, green: 0.980, blue: 0.796)
/* Android */
Color.parseColor("#9dfacb")Accessibility — WCAG contrast
Aa
#9dfacb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfacb on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green98.0%
Blue79.6%
CMYK percentages
Cyan37.2%
Magenta0.0%
Yellow18.8%
Key (black)2.0%
Color previews
#9dfacb text on a black background
contrast 16.97:1
Card sample
#9dfacb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfacb;
Background color
Panel with #9dfacb background
background-color: #9dfacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 250, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 250, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfacb; background: linear-gradient(135deg, #9dfacb, #9DEBFA);