#97aade
a light, vivid blue · cool · closest name: steelblue
RGB
151, 170, 222
HSL
224°, 52%, 73%
CMYK
32, 23, 0, 13
Luminance
0.4060
Every format
| HEX | #97aade |
| RGB | rgb(151, 170, 222) |
| HSL | hsl(224, 52%, 73%) |
| CMYK | cmyk(32%, 23%, 0%, 13%) |
| LAB | lab(69.9 5.5 -28.4) |
| LCH | lch(69.9 28.9 280.9) |
| OKLCH | oklch(0.742 0.079 268.9) |
Copy-ready code
/* CSS */
color: #97aade;
background-color: #97aade;
/* Tailwind (arbitrary) */
class="text-[#97aade] bg-[#97aade]"
/* SCSS */
$brand: #97aade;
/* SwiftUI */
Color(red: 0.592, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#97aade")Accessibility — WCAG contrast
Aa
#97aade on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97aade on black: 9.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green66.7%
Blue87.1%
CMYK percentages
Cyan32.0%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#97aade text on a black background
contrast 9.12:1
Card sample
#97aade text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97aade;
Background color
Panel with #97aade background
background-color: #97aade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97aade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97aade; background: linear-gradient(135deg, #97aade, #B397DE);