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