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