#97cefe
a light, electric blue · cool · closest name: skyblue
RGB
151, 206, 254
HSL
208°, 98%, 79%
CMYK
41, 19, 0, 0
Luminance
0.5788
Every format
| HEX | #97cefe |
| RGB | rgb(151, 206, 254) |
| HSL | hsl(208, 98%, 79%) |
| CMYK | cmyk(41%, 19%, 0%, 0%) |
| LAB | lab(80.7 -5.9 -29.1) |
| LCH | lch(80.7 29.7 258.6) |
| OKLCH | oklch(0.831 0.089 245.5) |
Copy-ready code
/* CSS */
color: #97cefe;
background-color: #97cefe;
/* Tailwind (arbitrary) */
class="text-[#97cefe] bg-[#97cefe]"
/* SCSS */
$brand: #97cefe;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.996)
/* Android */
Color.parseColor("#97cefe")Accessibility — WCAG contrast
Aa
#97cefe on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cefe on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue99.6%
CMYK percentages
Cyan40.6%
Magenta18.9%
Yellow0.0%
Key (black)0.4%
Color previews
#97cefe text on a black background
contrast 12.58:1
Card sample
#97cefe text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cefe;
Background color
Panel with #97cefe background
background-color: #97cefe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cefe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cefe; background: linear-gradient(135deg, #97cefe, #A597FE);