#9bcbfd
a light, electric blue · cool · closest name: skyblue
RGB
155, 203, 253
HSL
211°, 96%, 80%
CMYK
39, 20, 0, 1
Luminance
0.5677
Every format
| HEX | #9bcbfd |
| RGB | rgb(155, 203, 253) |
| HSL | hsl(211, 96%, 80%) |
| CMYK | cmyk(39%, 20%, 0%, 1%) |
| LAB | lab(80.0 -3.5 -29.5) |
| LCH | lch(80.0 29.7 263.2) |
| OKLCH | oklch(0.826 0.087 249.9) |
Copy-ready code
/* CSS */
color: #9bcbfd;
background-color: #9bcbfd;
/* Tailwind (arbitrary) */
class="text-[#9bcbfd] bg-[#9bcbfd]"
/* SCSS */
$brand: #9bcbfd;
/* SwiftUI */
Color(red: 0.608, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#9bcbfd")Accessibility — WCAG contrast
Aa
#9bcbfd on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bcbfd on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green79.6%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#9bcbfd text on a black background
contrast 12.35:1
Card sample
#9bcbfd text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bcbfd;
Background color
Panel with #9bcbfd background
background-color: #9bcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bcbfd; background: linear-gradient(135deg, #9bcbfd, #AC9BFD);