#9cdcef
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 220, 239
HSL
194°, 72%, 78%
CMYK
35, 8, 0, 6
Luminance
0.6449
Every format
| HEX | #9cdcef |
| RGB | rgb(156, 220, 239) |
| HSL | hsl(194, 72%, 78%) |
| CMYK | cmyk(35%, 8%, 0%, 6%) |
| LAB | lab(84.2 -15.6 -15.7) |
| LCH | lch(84.2 22.2 225.2) |
| OKLCH | oklch(0.858 0.070 218.2) |
Copy-ready code
/* CSS */
color: #9cdcef;
background-color: #9cdcef;
/* Tailwind (arbitrary) */
class="text-[#9cdcef] bg-[#9cdcef]"
/* SCSS */
$brand: #9cdcef;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#9cdcef")Accessibility — WCAG contrast
Aa
#9cdcef on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdcef on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue93.7%
CMYK percentages
Cyan34.7%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#9cdcef text on a black background
contrast 13.90:1
Card sample
#9cdcef text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdcef;
Background color
Panel with #9cdcef background
background-color: #9cdcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdcef; background: linear-gradient(135deg, #9cdcef, #9CA5EF);