Silver (Neutral)
#9AB0AE
RGB: 154, 176, 174
Color OverviewHEX #9AB0AE

#9AB0AE Color Code Information

In the RGB color space, #9AB0AE is composed of 60% red, 69% green, and 68% blue. In the HSL color space, it has a hue of 175°, saturation of 12%, and lightness of 65%.

HEX
#9AB0AE
RGB
154, 176, 174
HSL
175°, 12%, 65%
HSV
175°, 13%, 69%
CMYK
13%, 0%, 1%, 31%
Name Match
Silver
Closest Standard

Shades of #9AB0AE (Darker Variations)

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

Tints of #9AB0AE (Lighter Variations)

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

Tones of #9AB0AE (Muted Variations)

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

Color Harmonies for #9AB0AE

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 #9AB0AE Background
Contrast Ratio against Pure White (#FFFFFF):2.28 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #9AB0AE Background
Contrast Ratio against Pure Black (#000000):9.2 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #9AB0AE;
}

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