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