#9cdfee
a light, vivid cyan · cool · closest name: skyblue
RGB
156, 223, 238
HSL
191°, 71%, 77%
CMYK
35, 6, 0, 7
Luminance
0.6602
Every format
| HEX | #9cdfee |
| RGB | rgb(156, 223, 238) |
| HSL | hsl(191, 71%, 77%) |
| CMYK | cmyk(35%, 6%, 0%, 7%) |
| LAB | lab(85.0 -17.4 -14.0) |
| LCH | lch(85.0 22.3 218.9) |
| OKLCH | oklch(0.864 0.070 213.2) |
Copy-ready code
/* CSS */
color: #9cdfee;
background-color: #9cdfee;
/* Tailwind (arbitrary) */
class="text-[#9cdfee] bg-[#9cdfee]"
/* SCSS */
$brand: #9cdfee;
/* SwiftUI */
Color(red: 0.612, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#9cdfee")Accessibility — WCAG contrast
Aa
#9cdfee on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdfee on black: 14.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green87.5%
Blue93.3%
CMYK percentages
Cyan34.5%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#9cdfee text on a black background
contrast 14.20:1
Card sample
#9cdfee text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdfee;
Background color
Panel with #9cdfee background
background-color: #9cdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdfee; background: linear-gradient(135deg, #9cdfee, #9CA8EE);