#97cdda
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 205, 218
HSL
192°, 48%, 72%
CMYK
31, 6, 0, 15
Luminance
0.5530
Every format
| HEX | #97cdda |
| RGB | rgb(151, 205, 218) |
| HSL | hsl(192, 48%, 72%) |
| CMYK | cmyk(31%, 6%, 0%, 15%) |
| LAB | lab(79.2 -14.3 -12.1) |
| LCH | lch(79.2 18.7 220.1) |
| OKLCH | oklch(0.815 0.059 214.2) |
Copy-ready code
/* CSS */
color: #97cdda;
background-color: #97cdda;
/* Tailwind (arbitrary) */
class="text-[#97cdda] bg-[#97cdda]"
/* SCSS */
$brand: #97cdda;
/* SwiftUI */
Color(red: 0.592, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#97cdda")Accessibility — WCAG contrast
Aa
#97cdda on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cdda on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.4%
Blue85.5%
CMYK percentages
Cyan30.7%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#97cdda text on a black background
contrast 12.06:1
Card sample
#97cdda text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cdda;
Background color
Panel with #97cdda background
background-color: #97cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cdda; background: linear-gradient(135deg, #97cdda, #97A1DA);