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