#97abdf
a light, vivid blue · cool · closest name: steelblue
RGB
151, 171, 223
HSL
223°, 53%, 73%
CMYK
32, 23, 0, 13
Luminance
0.4103
Every format
| HEX | #97abdf |
| RGB | rgb(151, 171, 223) |
| HSL | hsl(223, 53%, 73%) |
| CMYK | cmyk(32%, 23%, 0%, 13%) |
| LAB | lab(70.2 5.1 -28.5) |
| LCH | lch(70.2 28.9 280.2) |
| OKLCH | oklch(0.745 0.079 268.2) |
Copy-ready code
/* CSS */
color: #97abdf;
background-color: #97abdf;
/* Tailwind (arbitrary) */
class="text-[#97abdf] bg-[#97abdf]"
/* SCSS */
$brand: #97abdf;
/* SwiftUI */
Color(red: 0.592, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#97abdf")Accessibility — WCAG contrast
Aa
#97abdf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97abdf on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.1%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta23.3%
Yellow0.0%
Key (black)12.5%
Color previews
#97abdf text on a black background
contrast 9.21:1
Card sample
#97abdf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97abdf;
Background color
Panel with #97abdf background
background-color: #97abdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97abdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97abdf; background: linear-gradient(135deg, #97abdf, #B397DF);