#97ebfe
a light, electric cyan · cool · closest name: skyblue
RGB
151, 235, 254
HSL
191°, 98%, 79%
CMYK
41, 8, 0, 0
Luminance
0.7315
Every format
| HEX | #97ebfe |
| RGB | rgb(151, 235, 254) |
| HSL | hsl(191, 98%, 79%) |
| CMYK | cmyk(41%, 8%, 0%, 0%) |
| LAB | lab(88.5 -20.8 -17.2) |
| LCH | lch(88.5 26.9 219.6) |
| OKLCH | oklch(0.893 0.085 213.6) |
Copy-ready code
/* CSS */
color: #97ebfe;
background-color: #97ebfe;
/* Tailwind (arbitrary) */
class="text-[#97ebfe] bg-[#97ebfe]"
/* SCSS */
$brand: #97ebfe;
/* SwiftUI */
Color(red: 0.592, green: 0.922, blue: 0.996)
/* Android */
Color.parseColor("#97ebfe")Accessibility — WCAG contrast
Aa
#97ebfe on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ebfe on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green92.2%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta7.5%
Yellow0.0%
Key (black)0.4%
Color previews
#97ebfe text on a black background
contrast 15.63:1
Card sample
#97ebfe text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ebfe;
Background color
Panel with #97ebfe background
background-color: #97ebfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ebfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 235, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 235, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ebfe; background: linear-gradient(135deg, #97ebfe, #97A6FE);