#97e2d2
a light, vivid cyan · cool · closest name: turquoise
RGB
151, 226, 210
HSL
167°, 56%, 74%
CMYK
33, 0, 7, 11
Luminance
0.6563
Every format
| HEX | #97e2d2 |
| RGB | rgb(151, 226, 210) |
| HSL | hsl(167, 56%, 74%) |
| CMYK | cmyk(33%, 0%, 7%, 11%) |
| LAB | lab(84.8 -26.6 0.4) |
| LCH | lch(84.8 26.6 179.1) |
| OKLCH | oklch(0.859 0.078 179.4) |
Copy-ready code
/* CSS */
color: #97e2d2;
background-color: #97e2d2;
/* Tailwind (arbitrary) */
class="text-[#97e2d2] bg-[#97e2d2]"
/* SCSS */
$brand: #97e2d2;
/* SwiftUI */
Color(red: 0.592, green: 0.886, blue: 0.824)
/* Android */
Color.parseColor("#97e2d2")Accessibility — WCAG contrast
Aa
#97e2d2 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97e2d2 on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green88.6%
Blue82.4%
CMYK percentages
Cyan33.2%
Magenta0.0%
Yellow7.1%
Key (black)11.4%
Color previews
#97e2d2 text on a black background
contrast 14.13:1
Card sample
#97e2d2 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97e2d2;
Background color
Panel with #97e2d2 background
background-color: #97e2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97e2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 226, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 226, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97e2d2; background: linear-gradient(135deg, #97e2d2, #97C0E2);