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