#9fdcd1
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 220, 209
HSL
169°, 47%, 74%
CMYK
28, 0, 5, 14
Luminance
0.6316
Every format
| HEX | #9fdcd1 |
| RGB | rgb(159, 220, 209) |
| HSL | hsl(169, 47%, 74%) |
| CMYK | cmyk(28%, 0%, 5%, 14%) |
| LAB | lab(83.5 -21.6 -0.8) |
| LCH | lch(83.5 21.7 182.2) |
| OKLCH | oklch(0.850 0.064 182.3) |
Copy-ready code
/* CSS */
color: #9fdcd1;
background-color: #9fdcd1;
/* Tailwind (arbitrary) */
class="text-[#9fdcd1] bg-[#9fdcd1]"
/* SCSS */
$brand: #9fdcd1;
/* SwiftUI */
Color(red: 0.624, green: 0.863, blue: 0.820)
/* Android */
Color.parseColor("#9fdcd1")Accessibility — WCAG contrast
Aa
#9fdcd1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdcd1 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.3%
Blue82.0%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow5.0%
Key (black)13.7%
Color previews
#9fdcd1 text on a black background
contrast 13.63:1
Card sample
#9fdcd1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdcd1;
Background color
Panel with #9fdcd1 background
background-color: #9fdcd1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdcd1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 220, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 220, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdcd1; background: linear-gradient(135deg, #9fdcd1, #9FBEDC);