#9cecfd
a light, electric cyan · cool · closest name: skyblue
RGB
156, 236, 253
HSL
191°, 96%, 80%
CMYK
38, 7, 0, 1
Luminance
0.7415
Every format
| HEX | #9cecfd |
| RGB | rgb(156, 236, 253) |
| HSL | hsl(191, 96%, 80%) |
| CMYK | cmyk(38%, 7%, 0%, 1%) |
| LAB | lab(89.0 -20.3 -15.9) |
| LCH | lch(89.0 25.8 218.2) |
| OKLCH | oklch(0.897 0.081 212.5) |
Copy-ready code
/* CSS */
color: #9cecfd;
background-color: #9cecfd;
/* Tailwind (arbitrary) */
class="text-[#9cecfd] bg-[#9cecfd]"
/* SCSS */
$brand: #9cecfd;
/* SwiftUI */
Color(red: 0.612, green: 0.925, blue: 0.992)
/* Android */
Color.parseColor("#9cecfd")Accessibility — WCAG contrast
Aa
#9cecfd on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cecfd on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green92.5%
Blue99.2%
CMYK percentages
Cyan38.3%
Magenta6.7%
Yellow0.0%
Key (black)0.8%
Color previews
#9cecfd text on a black background
contrast 15.83:1
Card sample
#9cecfd text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cecfd;
Background color
Panel with #9cecfd background
background-color: #9cecfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cecfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 236, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 236, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cecfd; background: linear-gradient(135deg, #9cecfd, #9CABFD);