#97cdfa
a light, electric blue · cool · closest name: skyblue
RGB
151, 205, 250
HSL
207°, 91%, 79%
CMYK
40, 18, 0, 2
Luminance
0.5714
Every format
| HEX | #97cdfa |
| RGB | rgb(151, 205, 250) |
| HSL | hsl(207, 91%, 79%) |
| CMYK | cmyk(40%, 18%, 0%, 2%) |
| LAB | lab(80.3 -6.4 -27.6) |
| LCH | lch(80.3 28.3 257.0) |
| OKLCH | oklch(0.827 0.085 244.2) |
Copy-ready code
/* CSS */
color: #97cdfa;
background-color: #97cdfa;
/* Tailwind (arbitrary) */
class="text-[#97cdfa] bg-[#97cdfa]"
/* SCSS */
$brand: #97cdfa;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.980)
/* Android */
Color.parseColor("#97cdfa")Accessibility — WCAG contrast
Aa
#97cdfa on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdfa on black: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue98.0%
CMYK percentages
Cyan39.6%
Magenta18.0%
Yellow0.0%
Key (black)2.0%
Color previews
#97cdfa text on a black background
contrast 12.43:1
Card sample
#97cdfa text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdfa;
Background color
Panel with #97cdfa background
background-color: #97cdfa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdfa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdfa; background: linear-gradient(135deg, #97cdfa, #A397FA);