#9fdcd9
a light, vivid cyan · cool · closest name: skyblue
RGB
159, 220, 217
HSL
177°, 47%, 74%
CMYK
28, 0, 1, 14
Luminance
0.6357
Every format
| HEX | #9fdcd9 |
| RGB | rgb(159, 220, 217) |
| HSL | hsl(177, 47%, 74%) |
| CMYK | cmyk(28%, 0%, 1%, 14%) |
| LAB | lab(83.7 -19.9 -4.8) |
| LCH | lch(83.7 20.5 193.5) |
| OKLCH | oklch(0.852 0.062 192.2) |
Copy-ready code
/* CSS */
color: #9fdcd9;
background-color: #9fdcd9;
/* Tailwind (arbitrary) */
class="text-[#9fdcd9] bg-[#9fdcd9]"
/* SCSS */
$brand: #9fdcd9;
/* SwiftUI */
Color(red: 0.624, green: 0.863, blue: 0.851)
/* Android */
Color.parseColor("#9fdcd9")Accessibility — WCAG contrast
Aa
#9fdcd9 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fdcd9 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green86.3%
Blue85.1%
CMYK percentages
Cyan27.7%
Magenta0.0%
Yellow1.4%
Key (black)13.7%
Color previews
#9fdcd9 text on a black background
contrast 13.71:1
Card sample
#9fdcd9 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fdcd9;
Background color
Panel with #9fdcd9 background
background-color: #9fdcd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fdcd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 220, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 220, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fdcd9; background: linear-gradient(135deg, #9fdcd9, #9FB6DC);