#97bafe
a light, electric blue · cool · closest name: steelblue
RGB
151, 186, 254
HSL
220°, 98%, 79%
CMYK
41, 27, 0, 0
Luminance
0.4885
Every format
| HEX | #97bafe |
| RGB | rgb(151, 186, 254) |
| HSL | hsl(220, 98%, 79%) |
| CMYK | cmyk(41%, 27%, 0%, 0%) |
| LAB | lab(75.4 5.0 -37.3) |
| LCH | lch(75.4 37.6 277.6) |
| OKLCH | oklch(0.789 0.105 263.2) |
Copy-ready code
/* CSS */
color: #97bafe;
background-color: #97bafe;
/* Tailwind (arbitrary) */
class="text-[#97bafe] bg-[#97bafe]"
/* SCSS */
$brand: #97bafe;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#97bafe")Accessibility — WCAG contrast
Aa
#97bafe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bafe on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#97bafe text on a black background
contrast 10.77:1
Card sample
#97bafe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bafe;
Background color
Panel with #97bafe background
background-color: #97bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bafe; background: linear-gradient(135deg, #97bafe, #B997FE);