#97bcdf
a light, vivid blue · cool · closest name: skyblue
RGB
151, 188, 223
HSL
209°, 53%, 73%
CMYK
32, 16, 0, 13
Luminance
0.4787
Every format
| HEX | #97bcdf |
| RGB | rgb(151, 188, 223) |
| HSL | hsl(209, 53%, 73%) |
| CMYK | cmyk(32%, 16%, 0%, 13%) |
| LAB | lab(74.7 -4.2 -21.5) |
| LCH | lch(74.7 21.9 259.0) |
| OKLCH | oklch(0.780 0.064 247.2) |
Copy-ready code
/* CSS */
color: #97bcdf;
background-color: #97bcdf;
/* Tailwind (arbitrary) */
class="text-[#97bcdf] bg-[#97bcdf]"
/* SCSS */
$brand: #97bcdf;
/* SwiftUI */
Color(red: 0.592, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#97bcdf")Accessibility — WCAG contrast
Aa
#97bcdf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bcdf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green73.7%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#97bcdf text on a black background
contrast 10.57:1
Card sample
#97bcdf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bcdf;
Background color
Panel with #97bcdf background
background-color: #97bcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bcdf; background: linear-gradient(135deg, #97bcdf, #A297DF);