#97cbfd
a light, electric blue · cool · closest name: skyblue
RGB
151, 203, 253
HSL
209°, 96%, 79%
CMYK
40, 20, 0, 1
Luminance
0.5638
Every format
| HEX | #97cbfd |
| RGB | rgb(151, 203, 253) |
| HSL | hsl(209, 96%, 79%) |
| CMYK | cmyk(40%, 20%, 0%, 1%) |
| LAB | lab(79.8 -4.5 -29.9) |
| LCH | lch(79.8 30.2 261.4) |
| OKLCH | oklch(0.824 0.089 248.0) |
Copy-ready code
/* CSS */
color: #97cbfd;
background-color: #97cbfd;
/* Tailwind (arbitrary) */
class="text-[#97cbfd] bg-[#97cbfd]"
/* SCSS */
$brand: #97cbfd;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#97cbfd")Accessibility — WCAG contrast
Aa
#97cbfd on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cbfd on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#97cbfd text on a black background
contrast 12.28:1
Card sample
#97cbfd text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cbfd;
Background color
Panel with #97cbfd background
background-color: #97cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cbfd; background: linear-gradient(135deg, #97cbfd, #A797FD);