Silver (Neutral)
#A4B3BD
RGB: 164, 179, 189
Color OverviewHEX #A4B3BD

#A4B3BD Color Code Information

In the RGB color space, #A4B3BD is composed of 64% red, 70% green, and 74% blue. In the HSL color space, it has a hue of 204°, saturation of 16%, and lightness of 69%.

HEX
#A4B3BD
RGB
164, 179, 189
HSL
204°, 16%, 69%
HSV
204°, 13%, 74%
CMYK
13%, 5%, 0%, 26%
Name Match
Silver
Closest Standard

Shades of #A4B3BD (Darker Variations)

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

Tints of #A4B3BD (Lighter Variations)

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

Tones of #A4B3BD (Muted Variations)

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

Color Harmonies for #A4B3BD

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

Developer Code Snippets & Tailwind CSS

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

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