#97eceb
a light, vivid cyan · cool · closest name: skyblue
RGB
151, 236, 235
HSL
179°, 69%, 76%
CMYK
36, 0, 0, 8
Luminance
0.7257
Every format
| HEX | #97eceb |
| RGB | rgb(151, 236, 235) |
| HSL | hsl(179, 69%, 76%) |
| CMYK | cmyk(36%, 0%, 0%, 8%) |
| LAB | lab(88.2 -25.8 -7.7) |
| LCH | lch(88.2 26.9 196.5) |
| OKLCH | oklch(0.889 0.082 194.8) |
Copy-ready code
/* CSS */
color: #97eceb;
background-color: #97eceb;
/* Tailwind (arbitrary) */
class="text-[#97eceb] bg-[#97eceb]"
/* SCSS */
$brand: #97eceb;
/* SwiftUI */
Color(red: 0.592, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#97eceb")Accessibility — WCAG contrast
Aa
#97eceb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97eceb on black: 15.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green92.5%
Blue92.2%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#97eceb text on a black background
contrast 15.51:1
Card sample
#97eceb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97eceb;
Background color
Panel with #97eceb background
background-color: #97eceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97eceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97eceb; background: linear-gradient(135deg, #97eceb, #97B4EC);