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