#9cd6dc
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 214, 220
HSL
186°, 48%, 74%
CMYK
29, 3, 0, 14
Luminance
0.6033
Every format
| HEX | #9cd6dc |
| RGB | rgb(156, 214, 220) |
| HSL | hsl(186, 48%, 74%) |
| CMYK | cmyk(29%, 3%, 0%, 14%) |
| LAB | lab(82.0 -17.1 -8.9) |
| LCH | lch(82.0 19.3 207.7) |
| OKLCH | oklch(0.839 0.060 204.1) |
Copy-ready code
/* CSS */
color: #9cd6dc;
background-color: #9cd6dc;
/* Tailwind (arbitrary) */
class="text-[#9cd6dc] bg-[#9cd6dc]"
/* SCSS */
$brand: #9cd6dc;
/* SwiftUI */
Color(red: 0.612, green: 0.839, blue: 0.863)
/* Android */
Color.parseColor("#9cd6dc")Accessibility — WCAG contrast
Aa
#9cd6dc on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd6dc on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.9%
Blue86.3%
CMYK percentages
Cyan29.1%
Magenta2.7%
Yellow0.0%
Key (black)13.7%
Color previews
#9cd6dc text on a black background
contrast 13.07:1
Card sample
#9cd6dc text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd6dc;
Background color
Panel with #9cd6dc background
background-color: #9cd6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 214, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 214, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd6dc; background: linear-gradient(135deg, #9cd6dc, #9CABDC);