#97dbfe
a light, electric blue · cool · closest name: skyblue
RGB
151, 219, 254
HSL
200°, 98%, 79%
CMYK
41, 14, 0, 0
Luminance
0.6440
Every format
| HEX | #97dbfe |
| RGB | rgb(151, 219, 254) |
| HSL | hsl(200, 98%, 79%) |
| CMYK | cmyk(41%, 14%, 0%, 0%) |
| LAB | lab(84.2 -12.7 -23.8) |
| LCH | lch(84.2 26.9 242.0) |
| OKLCH | oklch(0.858 0.084 231.4) |
Copy-ready code
/* CSS */
color: #97dbfe;
background-color: #97dbfe;
/* Tailwind (arbitrary) */
class="text-[#97dbfe] bg-[#97dbfe]"
/* SCSS */
$brand: #97dbfe;
/* SwiftUI */
Color(red: 0.592, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#97dbfe")Accessibility — WCAG contrast
Aa
#97dbfe on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dbfe on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green85.9%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#97dbfe text on a black background
contrast 13.88:1
Card sample
#97dbfe text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dbfe;
Background color
Panel with #97dbfe background
background-color: #97dbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dbfe; background: linear-gradient(135deg, #97dbfe, #9897FE);