#97a9da
a light, vivid blue · cool · closest name: steelblue
RGB
151, 169, 218
HSL
224°, 48%, 72%
CMYK
31, 23, 0, 15
Luminance
0.4002
Every format
| HEX | #97a9da |
| RGB | rgb(151, 169, 218) |
| HSL | hsl(224, 48%, 72%) |
| CMYK | cmyk(31%, 23%, 0%, 15%) |
| LAB | lab(69.5 5.0 -26.8) |
| LCH | lch(69.5 27.3 280.6) |
| OKLCH | oklch(0.739 0.074 268.9) |
Copy-ready code
/* CSS */
color: #97a9da;
background-color: #97a9da;
/* Tailwind (arbitrary) */
class="text-[#97a9da] bg-[#97a9da]"
/* SCSS */
$brand: #97a9da;
/* SwiftUI */
Color(red: 0.592, green: 0.663, blue: 0.855)
/* Android */
Color.parseColor("#97a9da")Accessibility — WCAG contrast
Aa
#97a9da on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97a9da on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green66.3%
Blue85.5%
CMYK percentages
Cyan30.7%
Magenta22.5%
Yellow0.0%
Key (black)14.5%
Color previews
#97a9da text on a black background
contrast 9.00:1
Card sample
#97a9da text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97a9da;
Background color
Panel with #97a9da background
background-color: #97a9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97a9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 169, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 169, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97a9da; background: linear-gradient(135deg, #97a9da, #B297DA);