#97cdec
a light, vivid blue · cool · closest name: skyblue
RGB
151, 205, 236
HSL
202°, 69%, 76%
CMYK
36, 13, 0, 8
Luminance
0.5630
Every format
| HEX | #97cdec |
| RGB | rgb(151, 205, 236) |
| HSL | hsl(202, 69%, 76%) |
| CMYK | cmyk(36%, 13%, 0%, 8%) |
| LAB | lab(79.8 -9.9 -20.9) |
| LCH | lch(79.8 23.1 244.5) |
| OKLCH | oklch(0.822 0.071 233.9) |
Copy-ready code
/* CSS */
color: #97cdec;
background-color: #97cdec;
/* Tailwind (arbitrary) */
class="text-[#97cdec] bg-[#97cdec]"
/* SCSS */
$brand: #97cdec;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.925)
/* Android */
Color.parseColor("#97cdec")Accessibility — WCAG contrast
Aa
#97cdec on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdec on black: 12.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue92.5%
CMYK percentages
Cyan36.0%
Magenta13.1%
Yellow0.0%
Key (black)7.5%
Color previews
#97cdec text on a black background
contrast 12.26:1
Card sample
#97cdec text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdec;
Background color
Panel with #97cdec background
background-color: #97cdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdec; background: linear-gradient(135deg, #97cdec, #9A97EC);