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