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