#97abce
a light, soft blue · cool · closest name: skyblue
RGB
151, 171, 206
HSL
218°, 36%, 70%
CMYK
27, 17, 0, 19
Luminance
0.4016
Every format
| HEX | #97abce |
| RGB | rgb(151, 171, 206) |
| HSL | hsl(218, 36%, 70%) |
| CMYK | cmyk(27%, 17%, 0%, 19%) |
| LAB | lab(69.6 0.9 -20.1) |
| LCH | lch(69.6 20.1 272.7) |
| OKLCH | oklch(0.738 0.056 261.6) |
Copy-ready code
/* CSS */
color: #97abce;
background-color: #97abce;
/* Tailwind (arbitrary) */
class="text-[#97abce] bg-[#97abce]"
/* SCSS */
$brand: #97abce;
/* SwiftUI */
Color(red: 0.592, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#97abce")Accessibility — WCAG contrast
Aa
#97abce on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97abce on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green67.1%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#97abce text on a black background
contrast 9.03:1
Card sample
#97abce text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97abce;
Background color
Panel with #97abce background
background-color: #97abce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97abce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97abce; background: linear-gradient(135deg, #97abce, #A897CE);