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