Silver (Neutral)
#AFAEB2
RGB: 175, 174, 178
Color OverviewHEX #AFAEB2

#AFAEB2 Color Code Information

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

HEX
#AFAEB2
RGB
175, 174, 178
HSL
255°, 3%, 69%
HSV
255°, 2%, 70%
CMYK
2%, 2%, 0%, 30%
Name Match
Silver
Closest Standard

Shades of #AFAEB2 (Darker Variations)

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

Tints of #AFAEB2 (Lighter Variations)

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

Tones of #AFAEB2 (Muted Variations)

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

Color Harmonies for #AFAEB2

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

Developer Code Snippets & Tailwind CSS

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

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