#97dbfd
a light, electric blue · cool · closest name: skyblue
RGB
151, 219, 253
HSL
200°, 96%, 79%
CMYK
40, 13, 0, 1
Luminance
0.6433
Every format
| HEX | #97dbfd |
| RGB | rgb(151, 219, 253) |
| HSL | hsl(200, 96%, 79%) |
| CMYK | cmyk(40%, 13%, 0%, 1%) |
| LAB | lab(84.1 -12.9 -23.3) |
| LCH | lch(84.1 26.6 241.0) |
| OKLCH | oklch(0.858 0.083 230.6) |
Copy-ready code
/* CSS */
color: #97dbfd;
background-color: #97dbfd;
/* Tailwind (arbitrary) */
class="text-[#97dbfd] bg-[#97dbfd]"
/* SCSS */
$brand: #97dbfd;
/* SwiftUI */
Color(red: 0.592, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#97dbfd")Accessibility — WCAG contrast
Aa
#97dbfd on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dbfd on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green85.9%
Blue99.2%
CMYK percentages
Cyan40.3%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#97dbfd text on a black background
contrast 13.87:1
Card sample
#97dbfd text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dbfd;
Background color
Panel with #97dbfd background
background-color: #97dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dbfd; background: linear-gradient(135deg, #97dbfd, #9797FD);