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

#AEAFAF Color Code Information

In the RGB color space, #AEAFAF is composed of 68% red, 69% green, and 69% blue. In the HSL color space, it has a hue of 180°, saturation of 1%, and lightness of 68%.

HEX
#AEAFAF
RGB
174, 175, 175
HSL
180°, 1%, 68%
HSV
180°, 1%, 69%
CMYK
1%, 0%, 0%, 31%
Name Match
Silver
Closest Standard

Shades of #AEAFAF (Darker Variations)

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

Tints of #AEAFAF (Lighter Variations)

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

Tones of #AEAFAF (Muted Variations)

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

Color Harmonies for #AEAFAF

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

Developer Code Snippets & Tailwind CSS

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

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