#97b3af
a balanced, soft cyan · cool · closest name: silver
RGB
151, 179, 175
HSL
171°, 16%, 65%
CMYK
16, 0, 2, 30
Luminance
0.4191
Every format
| HEX | #97b3af |
| RGB | rgb(151, 179, 175) |
| HSL | hsl(171, 16%, 65%) |
| CMYK | cmyk(16%, 0%, 2%, 30%) |
| LAB | lab(70.8 -10.4 -1.2) |
| LCH | lch(70.8 10.4 186.4) |
| OKLCH | oklch(0.745 0.031 186.0) |
Copy-ready code
/* CSS */
color: #97b3af;
background-color: #97b3af;
/* Tailwind (arbitrary) */
class="text-[#97b3af] bg-[#97b3af]"
/* SCSS */
$brand: #97b3af;
/* SwiftUI */
Color(red: 0.592, green: 0.702, blue: 0.686)
/* Android */
Color.parseColor("#97b3af")Accessibility — WCAG contrast
Aa
#97b3af on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b3af on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green70.2%
Blue68.6%
CMYK percentages
Cyan15.6%
Magenta0.0%
Yellow2.2%
Key (black)29.8%
Color previews
#97b3af text on a black background
contrast 9.38:1
Card sample
#97b3af text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b3af;
Background color
Panel with #97b3af background
background-color: #97b3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 179, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 179, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b3af; background: linear-gradient(135deg, #97b3af, #97A4B3);