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