#97ebdf
a light, vivid cyan · cool · closest name: turquoise
RGB
151, 235, 223
HSL
171°, 68%, 76%
CMYK
36, 0, 5, 8
Luminance
0.7132
Every format
| HEX | #97ebdf |
| RGB | rgb(151, 235, 223) |
| HSL | hsl(171, 68%, 76%) |
| CMYK | cmyk(36%, 0%, 5%, 8%) |
| LAB | lab(87.6 -28.1 -2.3) |
| LCH | lch(87.6 28.2 184.6) |
| OKLCH | oklch(0.883 0.084 184.4) |
Copy-ready code
/* CSS */
color: #97ebdf;
background-color: #97ebdf;
/* Tailwind (arbitrary) */
class="text-[#97ebdf] bg-[#97ebdf]"
/* SCSS */
$brand: #97ebdf;
/* SwiftUI */
Color(red: 0.592, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#97ebdf")Accessibility — WCAG contrast
Aa
#97ebdf on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97ebdf on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green92.2%
Blue87.5%
CMYK percentages
Cyan35.7%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#97ebdf text on a black background
contrast 15.26:1
Card sample
#97ebdf text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97ebdf;
Background color
Panel with #97ebdf background
background-color: #97ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97ebdf; background: linear-gradient(135deg, #97ebdf, #97BFEB);