#97dfe2
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 223, 226
HSL
182°, 56%, 74%
CMYK
33, 1, 0, 11
Luminance
0.6485
Every format
| HEX | #97dfe2 |
| RGB | rgb(151, 223, 226) |
| HSL | hsl(182, 56%, 74%) |
| CMYK | cmyk(33%, 1%, 0%, 11%) |
| LAB | lab(84.4 -21.6 -8.6) |
| LCH | lch(84.4 23.2 201.8) |
| OKLCH | oklch(0.857 0.072 199.2) |
Copy-ready code
/* CSS */
color: #97dfe2;
background-color: #97dfe2;
/* Tailwind (arbitrary) */
class="text-[#97dfe2] bg-[#97dfe2]"
/* SCSS */
$brand: #97dfe2;
/* SwiftUI */
Color(red: 0.592, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#97dfe2")Accessibility — WCAG contrast
Aa
#97dfe2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97dfe2 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green87.5%
Blue88.6%
CMYK percentages
Cyan33.2%
Magenta1.3%
Yellow0.0%
Key (black)11.4%
Color previews
#97dfe2 text on a black background
contrast 13.97:1
Card sample
#97dfe2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97dfe2;
Background color
Panel with #97dfe2 background
background-color: #97dfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97dfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97dfe2; background: linear-gradient(135deg, #97dfe2, #97ADE2);