#97cec7
a light, soft cyan · cool · closest name: silver
RGB
151, 206, 199
HSL
172°, 36%, 70%
CMYK
27, 0, 3, 19
Luminance
0.5485
Every format
| HEX | #97cec7 |
| RGB | rgb(151, 206, 199) |
| HSL | hsl(172, 36%, 70%) |
| CMYK | cmyk(27%, 0%, 3%, 19%) |
| LAB | lab(79.0 -19.2 -2.3) |
| LCH | lch(79.0 19.3 186.8) |
| OKLCH | oklch(0.811 0.058 186.3) |
Copy-ready code
/* CSS */
color: #97cec7;
background-color: #97cec7;
/* Tailwind (arbitrary) */
class="text-[#97cec7] bg-[#97cec7]"
/* SCSS */
$brand: #97cec7;
/* SwiftUI */
Color(red: 0.592, green: 0.808, blue: 0.780)
/* Android */
Color.parseColor("#97cec7")Accessibility — WCAG contrast
Aa
#97cec7 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97cec7 on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green80.8%
Blue78.0%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow3.4%
Key (black)19.2%
Color previews
#97cec7 text on a black background
contrast 11.97:1
Card sample
#97cec7 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97cec7;
Background color
Panel with #97cec7 background
background-color: #97cec7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97cec7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 206, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 206, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97cec7; background: linear-gradient(135deg, #97cec7, #97B0CE);