#9cdcfd
a light, electric blue · cool · closest name: skyblue
RGB
156, 220, 253
HSL
200°, 96%, 80%
CMYK
38, 13, 0, 1
Luminance
0.6535
Every format
| HEX | #9cdcfd |
| RGB | rgb(156, 220, 253) |
| HSL | hsl(200, 96%, 80%) |
| CMYK | cmyk(38%, 13%, 0%, 1%) |
| LAB | lab(84.7 -12.2 -22.5) |
| LCH | lch(84.7 25.6 241.6) |
| OKLCH | oklch(0.863 0.079 231.3) |
Copy-ready code
/* CSS */
color: #9cdcfd;
background-color: #9cdcfd;
/* Tailwind (arbitrary) */
class="text-[#9cdcfd] bg-[#9cdcfd]"
/* SCSS */
$brand: #9cdcfd;
/* SwiftUI */
Color(red: 0.612, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#9cdcfd")Accessibility — WCAG contrast
Aa
#9cdcfd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cdcfd on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green86.3%
Blue99.2%
CMYK percentages
Cyan38.3%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#9cdcfd text on a black background
contrast 14.07:1
Card sample
#9cdcfd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cdcfd;
Background color
Panel with #9cdcfd background
background-color: #9cdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cdcfd; background: linear-gradient(135deg, #9cdcfd, #9D9CFD);