#97b3cf
a light, soft blue · cool · closest name: skyblue
RGB
151, 179, 207
HSL
210°, 37%, 70%
CMYK
27, 14, 0, 19
Luminance
0.4332
Every format
| HEX | #97b3cf |
| RGB | rgb(151, 179, 207) |
| HSL | hsl(210, 37%, 70%) |
| CMYK | cmyk(27%, 14%, 0%, 19%) |
| LAB | lab(71.8 -3.2 -17.3) |
| LCH | lch(71.8 17.6 259.5) |
| OKLCH | oklch(0.755 0.051 248.5) |
Copy-ready code
/* CSS */
color: #97b3cf;
background-color: #97b3cf;
/* Tailwind (arbitrary) */
class="text-[#97b3cf] bg-[#97b3cf]"
/* SCSS */
$brand: #97b3cf;
/* SwiftUI */
Color(red: 0.592, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#97b3cf")Accessibility — WCAG contrast
Aa
#97b3cf on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b3cf on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green70.2%
Blue81.2%
CMYK percentages
Cyan27.1%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#97b3cf text on a black background
contrast 9.66:1
Card sample
#97b3cf text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b3cf;
Background color
Panel with #97b3cf background
background-color: #97b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b3cf; background: linear-gradient(135deg, #97b3cf, #A097CF);