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