Silver (Neutral)
#AEB6B5
RGB: 174, 182, 181
Color OverviewHEX #AEB6B5

#AEB6B5 Color Code Information

In the RGB color space, #AEB6B5 is composed of 68% red, 71% green, and 71% blue. In the HSL color space, it has a hue of 173°, saturation of 5%, and lightness of 70%.

HEX
#AEB6B5
RGB
174, 182, 181
HSL
173°, 5%, 70%
HSV
173°, 4%, 71%
CMYK
4%, 0%, 1%, 29%
Name Match
Silver
Closest Standard

Shades of #AEB6B5 (Darker Variations)

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

Tints of #AEB6B5 (Lighter Variations)

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

Tones of #AEB6B5 (Muted Variations)

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

Color Harmonies for #AEB6B5

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

Developer Code Snippets & Tailwind CSS

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

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