#97cccd
a light, soft cyan · cool · closest name: skyblue
RGB
151, 204, 205
HSL
181°, 35%, 70%
CMYK
26, 1, 0, 20
Luminance
0.5417
Every format
| HEX | #97cccd |
| RGB | rgb(151, 204, 205) |
| HSL | hsl(181, 35%, 70%) |
| CMYK | cmyk(26%, 1%, 0%, 20%) |
| LAB | lab(78.6 -16.8 -6.1) |
| LCH | lch(78.6 17.9 199.8) |
| OKLCH | oklch(0.809 0.055 197.6) |
Copy-ready code
/* CSS */
color: #97cccd;
background-color: #97cccd;
/* Tailwind (arbitrary) */
class="text-[#97cccd] bg-[#97cccd]"
/* SCSS */
$brand: #97cccd;
/* SwiftUI */
Color(red: 0.592, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#97cccd")Accessibility — WCAG contrast
Aa
#97cccd on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cccd on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.0%
Blue80.4%
CMYK percentages
Cyan26.3%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#97cccd text on a black background
contrast 11.83:1
Card sample
#97cccd text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cccd;
Background color
Panel with #97cccd background
background-color: #97cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cccd; background: linear-gradient(135deg, #97cccd, #97A8CD);