#9bbafd
a light, electric blue · cool · closest name: steelblue
RGB
155, 186, 253
HSL
221°, 96%, 80%
CMYK
39, 27, 0, 1
Luminance
0.4918
Every format
| HEX | #9bbafd |
| RGB | rgb(155, 186, 253) |
| HSL | hsl(221, 96%, 80%) |
| CMYK | cmyk(39%, 27%, 0%, 1%) |
| LAB | lab(75.6 5.7 -36.4) |
| LCH | lch(75.6 36.9 278.9) |
| OKLCH | oklch(0.791 0.102 265.0) |
Copy-ready code
/* CSS */
color: #9bbafd;
background-color: #9bbafd;
/* Tailwind (arbitrary) */
class="text-[#9bbafd] bg-[#9bbafd]"
/* SCSS */
$brand: #9bbafd;
/* SwiftUI */
Color(red: 0.608, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#9bbafd")Accessibility — WCAG contrast
Aa
#9bbafd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbafd on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green72.9%
Blue99.2%
CMYK percentages
Cyan38.7%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#9bbafd text on a black background
contrast 10.84:1
Card sample
#9bbafd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbafd;
Background color
Panel with #9bbafd background
background-color: #9bbafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbafd; background: linear-gradient(135deg, #9bbafd, #BD9BFD);