#9cd5fd
a light, electric blue · cool · closest name: skyblue
RGB
156, 213, 253
HSL
205°, 96%, 80%
CMYK
38, 16, 0, 1
Luminance
0.6175
Every format
| HEX | #9cd5fd |
| RGB | rgb(156, 213, 253) |
| HSL | hsl(205, 96%, 80%) |
| CMYK | cmyk(38%, 16%, 0%, 1%) |
| LAB | lab(82.8 -8.5 -25.3) |
| LCH | lch(82.8 26.7 251.4) |
| OKLCH | oklch(0.848 0.081 239.5) |
Copy-ready code
/* CSS */
color: #9cd5fd;
background-color: #9cd5fd;
/* Tailwind (arbitrary) */
class="text-[#9cd5fd] bg-[#9cd5fd]"
/* SCSS */
$brand: #9cd5fd;
/* SwiftUI */
Color(red: 0.612, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#9cd5fd")Accessibility — WCAG contrast
Aa
#9cd5fd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cd5fd on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green83.5%
Blue99.2%
CMYK percentages
Cyan38.3%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9cd5fd text on a black background
contrast 13.35:1
Card sample
#9cd5fd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cd5fd;
Background color
Panel with #9cd5fd background
background-color: #9cd5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cd5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cd5fd; background: linear-gradient(135deg, #9cd5fd, #A49CFD);