#9bdcfd
a light, electric blue · cool · closest name: skyblue
RGB
155, 220, 253
HSL
200°, 96%, 80%
CMYK
39, 13, 0, 1
Luminance
0.6525
Every format
| HEX | #9bdcfd |
| RGB | rgb(155, 220, 253) |
| HSL | hsl(200, 96%, 80%) |
| CMYK | cmyk(39%, 13%, 0%, 1%) |
| LAB | lab(84.6 -12.4 -22.6) |
| LCH | lch(84.6 25.7 241.2) |
| OKLCH | oklch(0.862 0.080 230.9) |
Copy-ready code
/* CSS */
color: #9bdcfd;
background-color: #9bdcfd;
/* Tailwind (arbitrary) */
class="text-[#9bdcfd] bg-[#9bdcfd]"
/* SCSS */
$brand: #9bdcfd;
/* SwiftUI */
Color(red: 0.608, green: 0.863, blue: 0.992)
/* Android */
Color.parseColor("#9bdcfd")Accessibility — WCAG contrast
Aa
#9bdcfd on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bdcfd on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green86.3%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta13.0%
Yellow0.0%
Key (black)0.8%
Color previews
#9bdcfd text on a black background
contrast 14.05:1
Card sample
#9bdcfd text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bdcfd;
Background color
Panel with #9bdcfd background
background-color: #9bdcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bdcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 220, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 220, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bdcfd; background: linear-gradient(135deg, #9bdcfd, #9B9BFD);