#97abeb
a light, vivid blue · warm · closest name: steelblue
RGB
151, 171, 235
HSL
226°, 68%, 76%
CMYK
36, 27, 0, 8
Luminance
0.4170
Every format
| HEX | #97abeb |
| RGB | rgb(151, 171, 235) |
| HSL | hsl(226, 68%, 76%) |
| CMYK | cmyk(36%, 27%, 0%, 8%) |
| LAB | lab(70.7 8.2 -34.3) |
| LCH | lch(70.7 35.3 283.5) |
| OKLCH | oklch(0.750 0.095 270.6) |
Copy-ready code
/* CSS */
color: #97abeb;
background-color: #97abeb;
/* Tailwind (arbitrary) */
class="text-[#97abeb] bg-[#97abeb]"
/* SCSS */
$brand: #97abeb;
/* SwiftUI */
Color(red: 0.592, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#97abeb")Accessibility — WCAG contrast
Aa
#97abeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97abeb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.1%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#97abeb text on a black background
contrast 9.34:1
Card sample
#97abeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97abeb;
Background color
Panel with #97abeb background
background-color: #97abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97abeb; background: linear-gradient(135deg, #97abeb, #BB97EB);