#9bccfd
a light, electric blue · cool · closest name: skyblue
RGB
155, 204, 253
HSL
210°, 96%, 80%
CMYK
39, 19, 0, 1
Luminance
0.5725
Every format
| HEX | #9bccfd |
| RGB | rgb(155, 204, 253) |
| HSL | hsl(210, 96%, 80%) |
| CMYK | cmyk(39%, 19%, 0%, 1%) |
| LAB | lab(80.3 -4.0 -29.1) |
| LCH | lch(80.3 29.4 262.1) |
| OKLCH | oklch(0.828 0.086 248.9) |
Copy-ready code
/* CSS */
color: #9bccfd;
background-color: #9bccfd;
/* Tailwind (arbitrary) */
class="text-[#9bccfd] bg-[#9bccfd]"
/* SCSS */
$brand: #9bccfd;
/* SwiftUI */
Color(red: 0.608, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#9bccfd")Accessibility — WCAG contrast
Aa
#9bccfd on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bccfd on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green80.0%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#9bccfd text on a black background
contrast 12.45:1
Card sample
#9bccfd text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bccfd;
Background color
Panel with #9bccfd background
background-color: #9bccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bccfd; background: linear-gradient(135deg, #9bccfd, #AB9BFD);