#97cef4
a light, electric blue · cool · closest name: skyblue
RGB
151, 206, 244
HSL
205°, 81%, 78%
CMYK
38, 16, 0, 4
Luminance
0.5725
Every format
| HEX | #97cef4 |
| RGB | rgb(151, 206, 244) |
| HSL | hsl(205, 81%, 78%) |
| CMYK | cmyk(38%, 16%, 0%, 4%) |
| LAB | lab(80.3 -8.5 -24.3) |
| LCH | lch(80.3 25.8 250.8) |
| OKLCH | oklch(0.827 0.078 239.1) |
Copy-ready code
/* CSS */
color: #97cef4;
background-color: #97cef4;
/* Tailwind (arbitrary) */
class="text-[#97cef4] bg-[#97cef4]"
/* SCSS */
$brand: #97cef4;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.957)
/* Android */
Color.parseColor("#97cef4")Accessibility — WCAG contrast
Aa
#97cef4 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cef4 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue95.7%
CMYK percentages
Cyan38.1%
Magenta15.6%
Yellow0.0%
Key (black)4.3%
Color previews
#97cef4 text on a black background
contrast 12.45:1
Card sample
#97cef4 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cef4;
Background color
Panel with #97cef4 background
background-color: #97cef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cef4; background: linear-gradient(135deg, #97cef4, #9E97F4);