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