#97ccfe
a light, electric blue · cool · closest name: skyblue
RGB
151, 204, 254
HSL
209°, 98%, 79%
CMYK
41, 20, 0, 0
Luminance
0.5692
Every format
| HEX | #97ccfe |
| RGB | rgb(151, 204, 254) |
| HSL | hsl(209, 98%, 79%) |
| CMYK | cmyk(41%, 20%, 0%, 0%) |
| LAB | lab(80.1 -4.8 -29.9) |
| LCH | lch(80.1 30.3 260.9) |
| OKLCH | oklch(0.827 0.090 247.5) |
Copy-ready code
/* CSS */
color: #97ccfe;
background-color: #97ccfe;
/* Tailwind (arbitrary) */
class="text-[#97ccfe] bg-[#97ccfe]"
/* SCSS */
$brand: #97ccfe;
/* SwiftUI */
Color(red: 0.592, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#97ccfe")Accessibility — WCAG contrast
Aa
#97ccfe on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ccfe on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.0%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#97ccfe text on a black background
contrast 12.38:1
Card sample
#97ccfe text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ccfe;
Background color
Panel with #97ccfe background
background-color: #97ccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ccfe; background: linear-gradient(135deg, #97ccfe, #A797FE);