#97cfda
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 207, 218
HSL
190°, 48%, 72%
CMYK
31, 5, 0, 15
Luminance
0.5627
Every format
| HEX | #97cfda |
| RGB | rgb(151, 207, 218) |
| HSL | hsl(190, 48%, 72%) |
| CMYK | cmyk(31%, 5%, 0%, 15%) |
| LAB | lab(79.8 -15.4 -11.3) |
| LCH | lch(79.8 19.0 216.2) |
| OKLCH | oklch(0.820 0.060 211.1) |
Copy-ready code
/* CSS */
color: #97cfda;
background-color: #97cfda;
/* Tailwind (arbitrary) */
class="text-[#97cfda] bg-[#97cfda]"
/* SCSS */
$brand: #97cfda;
/* SwiftUI */
Color(red: 0.592, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#97cfda")Accessibility — WCAG contrast
Aa
#97cfda on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cfda on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green81.2%
Blue85.5%
CMYK percentages
Cyan30.7%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#97cfda text on a black background
contrast 12.25:1
Card sample
#97cfda text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cfda;
Background color
Panel with #97cfda background
background-color: #97cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cfda; background: linear-gradient(135deg, #97cfda, #97A2DA);