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