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