#97bace
a light, soft blue · cool · closest name: skyblue
RGB
151, 186, 206
HSL
202°, 36%, 70%
CMYK
27, 10, 0, 19
Luminance
0.4615
Every format
| HEX | #97bace |
| RGB | rgb(151, 186, 206) |
| HSL | hsl(202, 36%, 70%) |
| CMYK | cmyk(27%, 10%, 0%, 19%) |
| LAB | lab(73.6 -7.2 -13.9) |
| LCH | lch(73.6 15.7 242.7) |
| OKLCH | oklch(0.770 0.047 233.3) |
Copy-ready code
/* CSS */
color: #97bace;
background-color: #97bace;
/* Tailwind (arbitrary) */
class="text-[#97bace] bg-[#97bace]"
/* SCSS */
$brand: #97bace;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#97bace")Accessibility — WCAG contrast
Aa
#97bace on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bace on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue80.8%
CMYK percentages
Cyan26.7%
Magenta9.7%
Yellow0.0%
Key (black)19.2%
Color previews
#97bace text on a black background
contrast 10.23:1
Card sample
#97bace text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bace;
Background color
Panel with #97bace background
background-color: #97bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bace; background: linear-gradient(135deg, #97bace, #9997CE);