#96bdfb
a light, electric blue · cool · closest name: skyblue
RGB
150, 189, 251
HSL
217°, 93%, 79%
CMYK
40, 25, 0, 2
Luminance
0.4984
Every format
| HEX | #96bdfb |
| RGB | rgb(150, 189, 251) |
| HSL | hsl(217, 93%, 79%) |
| CMYK | cmyk(40%, 25%, 0%, 2%) |
| LAB | lab(76.0 2.2 -34.8) |
| LCH | lch(76.0 34.8 273.7) |
| OKLCH | oklch(0.793 0.098 259.5) |
Copy-ready code
/* CSS */
color: #96bdfb;
background-color: #96bdfb;
/* Tailwind (arbitrary) */
class="text-[#96bdfb] bg-[#96bdfb]"
/* SCSS */
$brand: #96bdfb;
/* SwiftUI */
Color(red: 0.588, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#96bdfb")Accessibility — WCAG contrast
Aa
#96bdfb on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96bdfb on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan40.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#96bdfb text on a black background
contrast 10.97:1
Card sample
#96bdfb text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96bdfb;
Background color
Panel with #96bdfb background
background-color: #96bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96bdfb; background: linear-gradient(135deg, #96bdfb, #B296FB);