#97cbf9
a light, electric blue · cool · closest name: skyblue
RGB
151, 203, 249
HSL
208°, 89%, 78%
CMYK
39, 19, 0, 2
Luminance
0.5613
Every format
| HEX | #97cbf9 |
| RGB | rgb(151, 203, 249) |
| HSL | hsl(208, 89%, 78%) |
| CMYK | cmyk(39%, 19%, 0%, 2%) |
| LAB | lab(79.7 -5.6 -27.9) |
| LCH | lch(79.7 28.5 258.7) |
| OKLCH | oklch(0.822 0.085 245.8) |
Copy-ready code
/* CSS */
color: #97cbf9;
background-color: #97cbf9;
/* Tailwind (arbitrary) */
class="text-[#97cbf9] bg-[#97cbf9]"
/* SCSS */
$brand: #97cbf9;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.976)
/* Android */
Color.parseColor("#97cbf9")Accessibility — WCAG contrast
Aa
#97cbf9 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cbf9 on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue97.6%
CMYK percentages
Cyan39.4%
Magenta18.5%
Yellow0.0%
Key (black)2.4%
Color previews
#97cbf9 text on a black background
contrast 12.23:1
Card sample
#97cbf9 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cbf9;
Background color
Panel with #97cbf9 background
background-color: #97cbf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cbf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cbf9; background: linear-gradient(135deg, #97cbf9, #A497F9);