#97aeee
a light, vivid blue · cool · closest name: steelblue
RGB
151, 174, 238
HSL
224°, 72%, 76%
CMYK
37, 27, 0, 7
Luminance
0.4302
Every format
| HEX | #97aeee |
| RGB | rgb(151, 174, 238) |
| HSL | hsl(224, 72%, 76%) |
| CMYK | cmyk(37%, 27%, 0%, 7%) |
| LAB | lab(71.6 7.3 -34.5) |
| LCH | lch(71.6 35.3 282.0) |
| OKLCH | oklch(0.757 0.096 268.8) |
Copy-ready code
/* CSS */
color: #97aeee;
background-color: #97aeee;
/* Tailwind (arbitrary) */
class="text-[#97aeee] bg-[#97aeee]"
/* SCSS */
$brand: #97aeee;
/* SwiftUI */
Color(red: 0.592, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#97aeee")Accessibility — WCAG contrast
Aa
#97aeee on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97aeee on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.2%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#97aeee text on a black background
contrast 9.60:1
Card sample
#97aeee text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97aeee;
Background color
Panel with #97aeee background
background-color: #97aeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97aeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97aeee; background: linear-gradient(135deg, #97aeee, #BA97EE);