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