#9dfcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
157, 252, 223
HSL
162°, 94%, 80%
CMYK
38, 0, 12, 1
Luminance
0.8212
Every format
| HEX | #9dfcdf |
| RGB | rgb(157, 252, 223) |
| HSL | hsl(162, 94%, 80%) |
| CMYK | cmyk(38%, 0%, 12%, 1%) |
| LAB | lab(92.6 -34.5 5.0) |
| LCH | lch(92.6 34.9 171.7) |
| OKLCH | oklch(0.924 0.100 172.6) |
Copy-ready code
/* CSS */
color: #9dfcdf;
background-color: #9dfcdf;
/* Tailwind (arbitrary) */
class="text-[#9dfcdf] bg-[#9dfcdf]"
/* SCSS */
$brand: #9dfcdf;
/* SwiftUI */
Color(red: 0.616, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#9dfcdf")Accessibility — WCAG contrast
Aa
#9dfcdf on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9dfcdf on black: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green98.8%
Blue87.5%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#9dfcdf text on a black background
contrast 17.42:1
Card sample
#9dfcdf text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9dfcdf;
Background color
Panel with #9dfcdf background
background-color: #9dfcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9dfcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9dfcdf; background: linear-gradient(135deg, #9dfcdf, #9DDAFC);