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