#96abeb
a light, vivid blue · warm · closest name: steelblue
RGB
150, 171, 235
HSL
225°, 68%, 76%
CMYK
36, 27, 0, 8
Luminance
0.4161
Every format
| HEX | #96abeb |
| RGB | rgb(150, 171, 235) |
| HSL | hsl(225, 68%, 76%) |
| CMYK | cmyk(36%, 27%, 0%, 8%) |
| LAB | lab(70.6 8.0 -34.4) |
| LCH | lch(70.6 35.3 283.0) |
| OKLCH | oklch(0.749 0.096 270.0) |
Copy-ready code
/* CSS */
color: #96abeb;
background-color: #96abeb;
/* Tailwind (arbitrary) */
class="text-[#96abeb] bg-[#96abeb]"
/* SCSS */
$brand: #96abeb;
/* SwiftUI */
Color(red: 0.588, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#96abeb")Accessibility — WCAG contrast
Aa
#96abeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96abeb on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan36.2%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#96abeb text on a black background
contrast 9.32:1
Card sample
#96abeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96abeb;
Background color
Panel with #96abeb background
background-color: #96abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96abeb; background: linear-gradient(135deg, #96abeb, #BA96EB);