#97daff
a light, electric blue · cool · closest name: skyblue
RGB
151, 218, 255
HSL
201°, 100%, 80%
CMYK
41, 15, 0, 0
Luminance
0.6394
Every format
| HEX | #97daff |
| RGB | rgb(151, 218, 255) |
| HSL | hsl(201, 100%, 80%) |
| CMYK | cmyk(41%, 15%, 0%, 0%) |
| LAB | lab(83.9 -11.9 -24.7) |
| LCH | lch(83.9 27.4 244.3) |
| OKLCH | oklch(0.857 0.085 233.3) |
Copy-ready code
/* CSS */
color: #97daff;
background-color: #97daff;
/* Tailwind (arbitrary) */
class="text-[#97daff] bg-[#97daff]"
/* SCSS */
$brand: #97daff;
/* SwiftUI */
Color(red: 0.592, green: 0.855, blue: 1.000)
/* Android */
Color.parseColor("#97daff")Accessibility — WCAG contrast
Aa
#97daff on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97daff on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green85.5%
Blue100.0%
CMYK percentages
Cyan40.8%
Magenta14.5%
Yellow0.0%
Key (black)0.0%
Color previews
#97daff text on a black background
contrast 13.79:1
Card sample
#97daff text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97daff;
Background color
Panel with #97daff background
background-color: #97daff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97daff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 218, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 218, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97daff; background: linear-gradient(135deg, #97daff, #9997FF);