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