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