#9bbcfe
a light, electric blue · cool · closest name: skyblue
RGB
155, 188, 254
HSL
220°, 98%, 80%
CMYK
39, 26, 0, 0
Luminance
0.5009
Every format
| HEX | #9bbcfe |
| RGB | rgb(155, 188, 254) |
| HSL | hsl(220, 98%, 80%) |
| CMYK | cmyk(39%, 26%, 0%, 0%) |
| LAB | lab(76.1 4.9 -36.1) |
| LCH | lch(76.1 36.4 277.7) |
| OKLCH | oklch(0.796 0.101 263.7) |
Copy-ready code
/* CSS */
color: #9bbcfe;
background-color: #9bbcfe;
/* Tailwind (arbitrary) */
class="text-[#9bbcfe] bg-[#9bbcfe]"
/* SCSS */
$brand: #9bbcfe;
/* SwiftUI */
Color(red: 0.608, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#9bbcfe")Accessibility — WCAG contrast
Aa
#9bbcfe on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9bbcfe on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.8%
Green73.7%
Blue99.6%
CMYK percentages
Cyan39.0%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#9bbcfe text on a black background
contrast 11.02:1
Card sample
#9bbcfe text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9bbcfe;
Background color
Panel with #9bbcfe background
background-color: #9bbcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9bbcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(155, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(155, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9bbcfe; background: linear-gradient(135deg, #9bbcfe, #BC9BFE);