#9ffcdf
a light, electric cyan · cool · closest name: aquamarine
RGB
159, 252, 223
HSL
161°, 94%, 81%
CMYK
37, 0, 12, 1
Luminance
0.8232
Every format
| HEX | #9ffcdf |
| RGB | rgb(159, 252, 223) |
| HSL | hsl(161, 94%, 81%) |
| CMYK | cmyk(37%, 0%, 12%, 1%) |
| LAB | lab(92.7 -34.0 5.2) |
| LCH | lch(92.7 34.4 171.3) |
| OKLCH | oklch(0.925 0.098 172.3) |
Copy-ready code
/* CSS */
color: #9ffcdf;
background-color: #9ffcdf;
/* Tailwind (arbitrary) */
class="text-[#9ffcdf] bg-[#9ffcdf]"
/* SCSS */
$brand: #9ffcdf;
/* SwiftUI */
Color(red: 0.624, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#9ffcdf")Accessibility — WCAG contrast
Aa
#9ffcdf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ffcdf on black: 17.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green98.8%
Blue87.5%
CMYK percentages
Cyan36.9%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#9ffcdf text on a black background
contrast 17.46:1
Card sample
#9ffcdf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ffcdf;
Background color
Panel with #9ffcdf background
background-color: #9ffcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ffcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ffcdf; background: linear-gradient(135deg, #9ffcdf, #9FDBFC);