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