#96acdf
a light, vivid blue · cool · closest name: steelblue
RGB
150, 172, 223
HSL
222°, 53%, 73%
CMYK
33, 23, 0, 13
Luminance
0.4132
Every format
| HEX | #96acdf |
| RGB | rgb(150, 172, 223) |
| HSL | hsl(222, 53%, 73%) |
| CMYK | cmyk(33%, 23%, 0%, 13%) |
| LAB | lab(70.4 4.3 -28.2) |
| LCH | lch(70.4 28.5 278.7) |
| OKLCH | oklch(0.746 0.078 266.4) |
Copy-ready code
/* CSS */
color: #96acdf;
background-color: #96acdf;
/* Tailwind (arbitrary) */
class="text-[#96acdf] bg-[#96acdf]"
/* SCSS */
$brand: #96acdf;
/* SwiftUI */
Color(red: 0.588, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#96acdf")Accessibility — WCAG contrast
Aa
#96acdf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#96acdf on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green67.5%
Blue87.5%
CMYK percentages
Cyan32.7%
Magenta22.9%
Yellow0.0%
Key (black)12.5%
Color previews
#96acdf text on a black background
contrast 9.26:1
Card sample
#96acdf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #96acdf;
Background color
Panel with #96acdf background
background-color: #96acdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #96acdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #96acdf; background: linear-gradient(135deg, #96acdf, #B196DF);