#9cdcf9
a light, electric cyan · cool · closest name: skyblue
RGB
156, 220, 249
HSL
199°, 89%, 79%
CMYK
37, 12, 0, 2
Luminance
0.6509
Every format
| HEX | #9cdcf9 |
| RGB | rgb(156, 220, 249) |
| HSL | hsl(199, 89%, 79%) |
| CMYK | cmyk(37%, 12%, 0%, 2%) |
| LAB | lab(84.5 -13.2 -20.6) |
| LCH | lch(84.5 24.4 237.4) |
| OKLCH | oklch(0.861 0.076 227.9) |
Copy-ready code
/* CSS */
color: #9cdcf9;
background-color: #9cdcf9;
/* Tailwind (arbitrary) */
class="text-[#9cdcf9] bg-[#9cdcf9]"
/* SCSS */
$brand: #9cdcf9;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.976)
/* Android */
Color.parseColor("#9cdcf9")Accessibility — WCAG contrast
Aa
#9cdcf9 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdcf9 on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue97.6%
CMYK percentages
Cyan37.3%
Magenta11.6%
Yellow0.0%
Key (black)2.4%
Color previews
#9cdcf9 text on a black background
contrast 14.02:1
Card sample
#9cdcf9 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdcf9;
Background color
Panel with #9cdcf9 background
background-color: #9cdcf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdcf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdcf9; background: linear-gradient(135deg, #9cdcf9, #9C9EF9);