#97afe2
a light, vivid blue · cool · closest name: steelblue
RGB
151, 175, 226
HSL
221°, 56%, 74%
CMYK
33, 23, 0, 11
Luminance
0.4273
Every format
| HEX | #97afe2 |
| RGB | rgb(151, 175, 226) |
| HSL | hsl(221, 56%, 74%) |
| CMYK | cmyk(33%, 23%, 0%, 11%) |
| LAB | lab(71.4 3.7 -28.3) |
| LCH | lch(71.4 28.5 277.4) |
| OKLCH | oklch(0.754 0.079 265.0) |
Copy-ready code
/* CSS */
color: #97afe2;
background-color: #97afe2;
/* Tailwind (arbitrary) */
class="text-[#97afe2] bg-[#97afe2]"
/* SCSS */
$brand: #97afe2;
/* SwiftUI */
Color(red: 0.592, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#97afe2")Accessibility — WCAG contrast
Aa
#97afe2 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97afe2 on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.6%
Blue88.6%
CMYK percentages
Cyan33.2%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#97afe2 text on a black background
contrast 9.55:1
Card sample
#97afe2 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97afe2;
Background color
Panel with #97afe2 background
background-color: #97afe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97afe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97afe2; background: linear-gradient(135deg, #97afe2, #B197E2);