#9dfdda
a light, electric green · cool · closest name: aquamarine
RGB
157, 253, 218
HSL
158°, 96%, 80%
CMYK
38, 0, 14, 1
Luminance
0.8248
Every format
| HEX | #9dfdda |
| RGB | rgb(157, 253, 218) |
| HSL | hsl(158, 96%, 80%) |
| CMYK | cmyk(38%, 0%, 14%, 1%) |
| LAB | lab(92.8 -36.0 7.9) |
| LCH | lch(92.8 36.9 167.7) |
| OKLCH | oklch(0.925 0.104 168.8) |
Copy-ready code
/* CSS */
color: #9dfdda;
background-color: #9dfdda;
/* Tailwind (arbitrary) */
class="text-[#9dfdda] bg-[#9dfdda]"
/* SCSS */
$brand: #9dfdda;
/* SwiftUI */
Color(red: 0.616, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#9dfdda")Accessibility — WCAG contrast
Aa
#9dfdda on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfdda on black: 17.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green99.2%
Blue85.5%
CMYK percentages
Cyan37.9%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#9dfdda text on a black background
contrast 17.50:1
Card sample
#9dfdda text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfdda;
Background color
Panel with #9dfdda background
background-color: #9dfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfdda; background: linear-gradient(135deg, #9dfdda, #9DE0FD);