#97bacf
a light, soft blue · cool · closest name: skyblue
RGB
151, 186, 207
HSL
203°, 37%, 70%
CMYK
27, 10, 0, 19
Luminance
0.4620
Every format
| HEX | #97bacf |
| RGB | rgb(151, 186, 207) |
| HSL | hsl(203, 37%, 70%) |
| CMYK | cmyk(27%, 10%, 0%, 19%) |
| LAB | lab(73.7 -7.0 -14.4) |
| LCH | lch(73.7 16.0 244.2) |
| OKLCH | oklch(0.770 0.048 234.6) |
Copy-ready code
/* CSS */
color: #97bacf;
background-color: #97bacf;
/* Tailwind (arbitrary) */
class="text-[#97bacf] bg-[#97bacf]"
/* SCSS */
$brand: #97bacf;
/* SwiftUI */
Color(red: 0.592, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#97bacf")Accessibility — WCAG contrast
Aa
#97bacf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bacf on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green72.9%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#97bacf text on a black background
contrast 10.24:1
Card sample
#97bacf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bacf;
Background color
Panel with #97bacf background
background-color: #97bacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bacf; background: linear-gradient(135deg, #97bacf, #9997CF);