#97b0af
a balanced, muted cyan · cool · closest name: silver
RGB
151, 176, 175
HSL
178°, 14%, 64%
CMYK
14, 0, 1, 31
Luminance
0.4073
Every format
| HEX | #97b0af |
| RGB | rgb(151, 176, 175) |
| HSL | hsl(178, 14%, 64%) |
| CMYK | cmyk(14%, 0%, 1%, 31%) |
| LAB | lab(70.0 -8.8 -2.4) |
| LCH | lch(70.0 9.1 195.2) |
| OKLCH | oklch(0.738 0.028 193.6) |
Copy-ready code
/* CSS */
color: #97b0af;
background-color: #97b0af;
/* Tailwind (arbitrary) */
class="text-[#97b0af] bg-[#97b0af]"
/* SCSS */
$brand: #97b0af;
/* SwiftUI */
Color(red: 0.592, green: 0.690, blue: 0.686)
/* Android */
Color.parseColor("#97b0af")Accessibility — WCAG contrast
Aa
#97b0af on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#97b0af on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green69.0%
Blue68.6%
CMYK percentages
Cyan14.2%
Magenta0.0%
Yellow0.6%
Key (black)31.0%
Color previews
#97b0af text on a black background
contrast 9.15:1
Card sample
#97b0af text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #97b0af;
Background color
Panel with #97b0af background
background-color: #97b0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #97b0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 176, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 176, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #97b0af; background: linear-gradient(135deg, #97b0af, #97A0B0);