Silver (Neutral)
#AFADB3
RGB: 175, 173, 179
Color OverviewHEX #AFADB3

#AFADB3 Color Code Information

In the RGB color space, #AFADB3 is composed of 69% red, 68% green, and 70% blue. In the HSL color space, it has a hue of 260°, saturation of 4%, and lightness of 69%.

HEX
#AFADB3
RGB
175, 173, 179
HSL
260°, 4%, 69%
HSV
260°, 3%, 70%
CMYK
2%, 3%, 0%, 30%
Name Match
Silver
Closest Standard

Shades of #AFADB3 (Darker Variations)

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

Tints of #AFADB3 (Lighter Variations)

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

Tones of #AFADB3 (Muted Variations)

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

Color Harmonies for #AFADB3

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

Developer Code Snippets & Tailwind CSS

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

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