#97b5cf
a light, soft blue · cool · closest name: skyblue
RGB
151, 181, 207
HSL
208°, 37%, 70%
CMYK
27, 13, 0, 19
Luminance
0.4413
Every format
| HEX | #97b5cf |
| RGB | rgb(151, 181, 207) |
| HSL | hsl(208, 37%, 70%) |
| CMYK | cmyk(27%, 13%, 0%, 19%) |
| LAB | lab(72.3 -4.3 -16.5) |
| LCH | lch(72.3 17.0 255.4) |
| OKLCH | oklch(0.759 0.050 244.7) |
Copy-ready code
/* CSS */
color: #97b5cf;
background-color: #97b5cf;
/* Tailwind (arbitrary) */
class="text-[#97b5cf] bg-[#97b5cf]"
/* SCSS */
$brand: #97b5cf;
/* SwiftUI */
Color(red: 0.592, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#97b5cf")Accessibility — WCAG contrast
Aa
#97b5cf on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b5cf on black: 9.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green71.0%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#97b5cf text on a black background
contrast 9.83:1
Card sample
#97b5cf text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b5cf;
Background color
Panel with #97b5cf background
background-color: #97b5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b5cf; background: linear-gradient(135deg, #97b5cf, #9E97CF);