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