#97cbdf
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 203, 223
HSL
197°, 53%, 73%
CMYK
32, 9, 0, 13
Luminance
0.5462
Every format
| HEX | #97cbdf |
| RGB | rgb(151, 203, 223) |
| HSL | hsl(197, 53%, 73%) |
| CMYK | cmyk(32%, 9%, 0%, 13%) |
| LAB | lab(78.8 -12.1 -15.3) |
| LCH | lch(78.8 19.6 231.7) |
| OKLCH | oklch(0.813 0.061 223.6) |
Copy-ready code
/* CSS */
color: #97cbdf;
background-color: #97cbdf;
/* Tailwind (arbitrary) */
class="text-[#97cbdf] bg-[#97cbdf]"
/* SCSS */
$brand: #97cbdf;
/* SwiftUI */
Color(red: 0.592, green: 0.796, blue: 0.875)
/* Android */
Color.parseColor("#97cbdf")Accessibility — WCAG contrast
Aa
#97cbdf on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cbdf on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green79.6%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta9.0%
Yellow0.0%
Key (black)12.5%
Color previews
#97cbdf text on a black background
contrast 11.92:1
Card sample
#97cbdf text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cbdf;
Background color
Panel with #97cbdf background
background-color: #97cbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 203, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 203, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cbdf; background: linear-gradient(135deg, #97cbdf, #979BDF);