#97cdfc
a light, electric blue · cool · closest name: skyblue
RGB
151, 205, 252
HSL
208°, 94%, 79%
CMYK
40, 19, 0, 1
Luminance
0.5727
Every format
| HEX | #97cdfc |
| RGB | rgb(151, 205, 252) |
| HSL | hsl(208, 94%, 79%) |
| CMYK | cmyk(40%, 19%, 0%, 1%) |
| LAB | lab(80.3 -5.9 -28.6) |
| LCH | lch(80.3 29.2 258.4) |
| OKLCH | oklch(0.828 0.087 245.4) |
Copy-ready code
/* CSS */
color: #97cdfc;
background-color: #97cdfc;
/* Tailwind (arbitrary) */
class="text-[#97cdfc] bg-[#97cdfc]"
/* SCSS */
$brand: #97cdfc;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#97cdfc")Accessibility — WCAG contrast
Aa
#97cdfc on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdfc on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue98.8%
CMYK percentages
Cyan40.1%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#97cdfc text on a black background
contrast 12.45:1
Card sample
#97cdfc text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdfc;
Background color
Panel with #97cdfc background
background-color: #97cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdfc; background: linear-gradient(135deg, #97cdfc, #A497FC);