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