#97bfd4
a light, soft blue · cool · closest name: skyblue
RGB
151, 191, 212
HSL
201°, 42%, 71%
CMYK
29, 10, 0, 17
Luminance
0.4859
Every format
| HEX | #97bfd4 |
| RGB | rgb(151, 191, 212) |
| HSL | hsl(201, 42%, 71%) |
| CMYK | cmyk(29%, 10%, 0%, 17%) |
| LAB | lab(75.2 -8.4 -14.9) |
| LCH | lch(75.2 17.1 240.4) |
| OKLCH | oklch(0.783 0.052 231.1) |
Copy-ready code
/* CSS */
color: #97bfd4;
background-color: #97bfd4;
/* Tailwind (arbitrary) */
class="text-[#97bfd4] bg-[#97bfd4]"
/* SCSS */
$brand: #97bfd4;
/* SwiftUI */
Color(red: 0.592, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#97bfd4")Accessibility — WCAG contrast
Aa
#97bfd4 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bfd4 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.9%
Blue83.1%
CMYK percentages
Cyan28.8%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#97bfd4 text on a black background
contrast 10.72:1
Card sample
#97bfd4 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bfd4;
Background color
Panel with #97bfd4 background
background-color: #97bfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bfd4; background: linear-gradient(135deg, #97bfd4, #9897D4);