Silver (Neutral)
#97B1AF
RGB: 151, 177, 175
Color OverviewHEX #97B1AF

#97B1AF Color Code Information

In the RGB color space, #97B1AF is composed of 59% red, 69% green, and 69% blue. In the HSL color space, it has a hue of 175°, saturation of 14%, and lightness of 64%.

HEX
#97B1AF
RGB
151, 177, 175
HSL
175°, 14%, 64%
HSV
175°, 15%, 69%
CMYK
15%, 0%, 1%, 31%
Name Match
Silver
Closest Standard

Shades of #97B1AF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #97B1AF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #97B1AF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #97B1AF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #97B1AF Background
Contrast Ratio against Pure White (#FFFFFF):2.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #97B1AF Background
Contrast Ratio against Pure Black (#000000):9.22 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #97B1AF;
}

.element {
  color: #97B1AF;
  background-color: #97B1AF;
  border-color: #97B1AF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#97B1AF] text-[#97B1AF] border-[#97B1AF]">
  Content styled with #97B1AF
</div>