#97cbf6
a light, electric blue · cool · closest name: skyblue
RGB
151, 203, 246
HSL
207°, 84%, 78%
CMYK
39, 18, 0, 4
Luminance
0.5595
Every format
| HEX | #97cbf6 |
| RGB | rgb(151, 203, 246) |
| HSL | hsl(207, 84%, 78%) |
| CMYK | cmyk(39%, 18%, 0%, 4%) |
| LAB | lab(79.6 -6.4 -26.5) |
| LCH | lch(79.6 27.3 256.5) |
| OKLCH | oklch(0.821 0.082 243.9) |
Copy-ready code
/* CSS */
color: #97cbf6;
background-color: #97cbf6;
/* Tailwind (arbitrary) */
class="text-[#97cbf6] bg-[#97cbf6]"
/* SCSS */
$brand: #97cbf6;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.965)
/* Android */
Color.parseColor("#97cbf6")Accessibility — WCAG contrast
Aa
#97cbf6 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cbf6 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue96.5%
CMYK percentages
Cyan38.6%
Magenta17.5%
Yellow0.0%
Key (black)3.5%
Color previews
#97cbf6 text on a black background
contrast 12.19:1
Card sample
#97cbf6 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cbf6;
Background color
Panel with #97cbf6 background
background-color: #97cbf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cbf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cbf6; background: linear-gradient(135deg, #97cbf6, #A297F6);