#97dcef
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 220, 239
HSL
193°, 73%, 77%
CMYK
37, 8, 0, 6
Luminance
0.6400
Every format
| HEX | #97dcef |
| RGB | rgb(151, 220, 239) |
| HSL | hsl(193, 73%, 77%) |
| CMYK | cmyk(37%, 8%, 0%, 6%) |
| LAB | lab(84.0 -16.9 -16.1) |
| LCH | lch(84.0 23.4 223.6) |
| OKLCH | oklch(0.855 0.074 216.9) |
Copy-ready code
/* CSS */
color: #97dcef;
background-color: #97dcef;
/* Tailwind (arbitrary) */
class="text-[#97dcef] bg-[#97dcef]"
/* SCSS */
$brand: #97dcef;
/* SwiftUI */
Color(red: 0.592, green: 0.863, blue: 0.937)
/* Android */
Color.parseColor("#97dcef")Accessibility — WCAG contrast
Aa
#97dcef on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dcef on black: 13.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green86.3%
Blue93.7%
CMYK percentages
Cyan36.8%
Magenta7.9%
Yellow0.0%
Key (black)6.3%
Color previews
#97dcef text on a black background
contrast 13.80:1
Card sample
#97dcef text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dcef;
Background color
Panel with #97dcef background
background-color: #97dcef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dcef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 220, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 220, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dcef; background: linear-gradient(135deg, #97dcef, #97A1EF);