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