#9fdfd9
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 223, 217
HSL
174°, 50%, 75%
CMYK
29, 0, 3, 13
Luminance
0.6516
Every format
| HEX | #9fdfd9 |
| RGB | rgb(159, 223, 217) |
| HSL | hsl(174, 50%, 75%) |
| CMYK | cmyk(29%, 0%, 3%, 13%) |
| LAB | lab(84.6 -21.4 -3.6) |
| LCH | lch(84.6 21.7 189.5) |
| OKLCH | oklch(0.859 0.065 188.7) |
Copy-ready code
/* CSS */
color: #9fdfd9;
background-color: #9fdfd9;
/* Tailwind (arbitrary) */
class="text-[#9fdfd9] bg-[#9fdfd9]"
/* SCSS */
$brand: #9fdfd9;
/* SwiftUI */
Color(red: 0.624, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#9fdfd9")Accessibility — WCAG contrast
Aa
#9fdfd9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdfd9 on black: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green87.5%
Blue85.1%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#9fdfd9 text on a black background
contrast 14.03:1
Card sample
#9fdfd9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdfd9;
Background color
Panel with #9fdfd9 background
background-color: #9fdfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdfd9; background: linear-gradient(135deg, #9fdfd9, #9FBADF);