#96adf8
a light, electric blue · warm · closest name: steelblue
RGB
150, 173, 248
HSL
226°, 88%, 78%
CMYK
40, 30, 0, 3
Luminance
0.4315
Every format
| HEX | #96adf8 |
| RGB | rgb(150, 173, 248) |
| HSL | hsl(226, 88%, 78%) |
| CMYK | cmyk(40%, 30%, 0%, 3%) |
| LAB | lab(71.7 10.3 -39.8) |
| LCH | lch(71.7 41.1 284.5) |
| OKLCH | oklch(0.759 0.111 270.5) |
Copy-ready code
/* CSS */
color: #96adf8;
background-color: #96adf8;
/* Tailwind (arbitrary) */
class="text-[#96adf8] bg-[#96adf8]"
/* SCSS */
$brand: #96adf8;
/* SwiftUI */
Color(red: 0.588, green: 0.678, blue: 0.973)
/* Android */
Color.parseColor("#96adf8")Accessibility — WCAG contrast
Aa
#96adf8 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96adf8 on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green67.8%
Blue97.3%
CMYK percentages
Cyan39.5%
Magenta30.2%
Yellow0.0%
Key (black)2.7%
Color previews
#96adf8 text on a black background
contrast 9.63:1
Card sample
#96adf8 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96adf8;
Background color
Panel with #96adf8 background
background-color: #96adf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96adf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 173, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 173, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96adf8; background: linear-gradient(135deg, #96adf8, #C096F8);