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