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