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