#97aef2
a light, electric blue · cool · closest name: steelblue
RGB
151, 174, 242
HSL
225°, 78%, 77%
CMYK
38, 28, 0, 5
Luminance
0.4326
Every format
| HEX | #97aef2 |
| RGB | rgb(151, 174, 242) |
| HSL | hsl(225, 78%, 77%) |
| CMYK | cmyk(38%, 28%, 0%, 5%) |
| LAB | lab(71.7 8.4 -36.5) |
| LCH | lch(71.7 37.4 283.0) |
| OKLCH | oklch(0.759 0.102 269.5) |
Copy-ready code
/* CSS */
color: #97aef2;
background-color: #97aef2;
/* Tailwind (arbitrary) */
class="text-[#97aef2] bg-[#97aef2]"
/* SCSS */
$brand: #97aef2;
/* SwiftUI */
Color(red: 0.592, green: 0.682, blue: 0.949)
/* Android */
Color.parseColor("#97aef2")Accessibility — WCAG contrast
Aa
#97aef2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97aef2 on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green68.2%
Blue94.9%
CMYK percentages
Cyan37.6%
Magenta28.1%
Yellow0.0%
Key (black)5.1%
Color previews
#97aef2 text on a black background
contrast 9.65:1
Card sample
#97aef2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97aef2;
Background color
Panel with #97aef2 background
background-color: #97aef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97aef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 174, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 174, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97aef2; background: linear-gradient(135deg, #97aef2, #BD97F2);