#97bdfe
a light, electric blue · cool · closest name: skyblue
RGB
151, 189, 254
HSL
218°, 98%, 79%
CMYK
41, 26, 0, 0
Luminance
0.5013
Every format
| HEX | #97bdfe |
| RGB | rgb(151, 189, 254) |
| HSL | hsl(218, 98%, 79%) |
| CMYK | cmyk(41%, 26%, 0%, 0%) |
| LAB | lab(76.2 3.3 -36.1) |
| LCH | lch(76.2 36.2 275.2) |
| OKLCH | oklch(0.795 0.102 260.9) |
Copy-ready code
/* CSS */
color: #97bdfe;
background-color: #97bdfe;
/* Tailwind (arbitrary) */
class="text-[#97bdfe] bg-[#97bdfe]"
/* SCSS */
$brand: #97bdfe;
/* SwiftUI */
Color(red: 0.592, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#97bdfe")Accessibility — WCAG contrast
Aa
#97bdfe on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bdfe on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.1%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#97bdfe text on a black background
contrast 11.03:1
Card sample
#97bdfe text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bdfe;
Background color
Panel with #97bdfe background
background-color: #97bdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bdfe; background: linear-gradient(135deg, #97bdfe, #B697FE);