#97dfeb
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 223, 235
HSL
189°, 68%, 76%
CMYK
36, 5, 0, 8
Luminance
0.6535
Every format
| HEX | #97dfeb |
| RGB | rgb(151, 223, 235) |
| HSL | hsl(189, 68%, 76%) |
| CMYK | cmyk(36%, 5%, 0%, 8%) |
| LAB | lab(84.7 -19.4 -13.0) |
| LCH | lch(84.7 23.4 213.8) |
| OKLCH | oklch(0.860 0.073 209.0) |
Copy-ready code
/* CSS */
color: #97dfeb;
background-color: #97dfeb;
/* Tailwind (arbitrary) */
class="text-[#97dfeb] bg-[#97dfeb]"
/* SCSS */
$brand: #97dfeb;
/* SwiftUI */
Color(red: 0.592, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#97dfeb")Accessibility — WCAG contrast
Aa
#97dfeb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dfeb on black: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green87.5%
Blue92.2%
CMYK percentages
Cyan35.7%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#97dfeb text on a black background
contrast 14.07:1
Card sample
#97dfeb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dfeb;
Background color
Panel with #97dfeb background
background-color: #97dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dfeb; background: linear-gradient(135deg, #97dfeb, #97A7EB);