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