#97bfd0
a light, soft cyan · cool · closest name: skyblue
RGB
151, 191, 208
HSL
198°, 38%, 70%
CMYK
27, 8, 0, 18
Luminance
0.4839
Every format
| HEX | #97bfd0 |
| RGB | rgb(151, 191, 208) |
| HSL | hsl(198, 38%, 70%) |
| CMYK | cmyk(27%, 8%, 0%, 18%) |
| LAB | lab(75.1 -9.4 -12.9) |
| LCH | lch(75.1 15.9 233.9) |
| OKLCH | oklch(0.781 0.049 225.7) |
Copy-ready code
/* CSS */
color: #97bfd0;
background-color: #97bfd0;
/* Tailwind (arbitrary) */
class="text-[#97bfd0] bg-[#97bfd0]"
/* SCSS */
$brand: #97bfd0;
/* SwiftUI */
Color(red: 0.592, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#97bfd0")Accessibility — WCAG contrast
Aa
#97bfd0 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97bfd0 on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green74.9%
Blue81.6%
CMYK percentages
Cyan27.4%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#97bfd0 text on a black background
contrast 10.68:1
Card sample
#97bfd0 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97bfd0;
Background color
Panel with #97bfd0 background
background-color: #97bfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97bfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97bfd0; background: linear-gradient(135deg, #97bfd0, #9799D0);