#9cdceb
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 220, 235
HSL
191°, 66%, 77%
CMYK
34, 6, 0, 8
Luminance
0.6425
Every format
| HEX | #9cdceb |
| RGB | rgb(156, 220, 235) |
| HSL | hsl(191, 66%, 77%) |
| CMYK | cmyk(34%, 6%, 0%, 8%) |
| LAB | lab(84.1 -16.6 -13.8) |
| LCH | lch(84.1 21.6 219.8) |
| OKLCH | oklch(0.857 0.068 213.9) |
Copy-ready code
/* CSS */
color: #9cdceb;
background-color: #9cdceb;
/* Tailwind (arbitrary) */
class="text-[#9cdceb] bg-[#9cdceb]"
/* SCSS */
$brand: #9cdceb;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#9cdceb")Accessibility — WCAG contrast
Aa
#9cdceb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdceb on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue92.2%
CMYK percentages
Cyan33.6%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#9cdceb text on a black background
contrast 13.85:1
Card sample
#9cdceb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdceb;
Background color
Panel with #9cdceb background
background-color: #9cdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdceb; background: linear-gradient(135deg, #9cdceb, #9CA7EB);