#97b2fe
a light, electric blue · cool · closest name: steelblue
RGB
151, 178, 254
HSL
224°, 98%, 79%
CMYK
41, 30, 0, 0
Luminance
0.4558
Every format
| HEX | #97b2fe |
| RGB | rgb(151, 178, 254) |
| HSL | hsl(224, 98%, 79%) |
| CMYK | cmyk(41%, 30%, 0%, 0%) |
| LAB | lab(73.3 9.4 -40.5) |
| LCH | lch(73.3 41.6 283.0) |
| OKLCH | oklch(0.773 0.113 268.7) |
Copy-ready code
/* CSS */
color: #97b2fe;
background-color: #97b2fe;
/* Tailwind (arbitrary) */
class="text-[#97b2fe] bg-[#97b2fe]"
/* SCSS */
$brand: #97b2fe;
/* SwiftUI */
Color(red: 0.592, green: 0.698, blue: 0.996)
/* Android */
Color.parseColor("#97b2fe")Accessibility — WCAG contrast
Aa
#97b2fe on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b2fe on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.8%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta29.9%
Yellow0.0%
Key (black)0.4%
Color previews
#97b2fe text on a black background
contrast 10.12:1
Card sample
#97b2fe text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b2fe;
Background color
Panel with #97b2fe background
background-color: #97b2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 178, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 178, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b2fe; background: linear-gradient(135deg, #97b2fe, #C197FE);