#97cddc
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 205, 220
HSL
193°, 50%, 73%
CMYK
31, 7, 0, 14
Luminance
0.5541
Every format
| HEX | #97cddc |
| RGB | rgb(151, 205, 220) |
| HSL | hsl(193, 50%, 73%) |
| CMYK | cmyk(31%, 7%, 0%, 14%) |
| LAB | lab(79.3 -13.9 -13.1) |
| LCH | lch(79.3 19.0 223.3) |
| OKLCH | oklch(0.816 0.060 216.8) |
Copy-ready code
/* CSS */
color: #97cddc;
background-color: #97cddc;
/* Tailwind (arbitrary) */
class="text-[#97cddc] bg-[#97cddc]"
/* SCSS */
$brand: #97cddc;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.863)
/* Android */
Color.parseColor("#97cddc")Accessibility — WCAG contrast
Aa
#97cddc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cddc on black: 12.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue86.3%
CMYK percentages
Cyan31.4%
Magenta6.8%
Yellow0.0%
Key (black)13.7%
Color previews
#97cddc text on a black background
contrast 12.08:1
Card sample
#97cddc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cddc;
Background color
Panel with #97cddc background
background-color: #97cddc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cddc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cddc; background: linear-gradient(135deg, #97cddc, #979FDC);