#97ccff
a light, electric blue · cool · closest name: skyblue
RGB
151, 204, 255
HSL
209°, 100%, 80%
CMYK
41, 20, 0, 0
Luminance
0.5699
Every format
| HEX | #97ccff |
| RGB | rgb(151, 204, 255) |
| HSL | hsl(209, 100%, 80%) |
| CMYK | cmyk(41%, 20%, 0%, 0%) |
| LAB | lab(80.2 -4.5 -30.4) |
| LCH | lch(80.2 30.8 261.5) |
| OKLCH | oklch(0.827 0.091 248.0) |
Copy-ready code
/* CSS */
color: #97ccff;
background-color: #97ccff;
/* Tailwind (arbitrary) */
class="text-[#97ccff] bg-[#97ccff]"
/* SCSS */
$brand: #97ccff;
/* SwiftUI */
Color(red: 0.592, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#97ccff")Accessibility — WCAG contrast
Aa
#97ccff on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ccff on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.0%
Blue100.0%
CMYK percentages
Cyan40.8%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#97ccff text on a black background
contrast 12.40:1
Card sample
#97ccff text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ccff;
Background color
Panel with #97ccff background
background-color: #97ccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ccff; background: linear-gradient(135deg, #97ccff, #A797FF);