Silver (Neutral)
#A1BDB3
RGB: 161, 189, 179
Color OverviewHEX #A1BDB3

#A1BDB3 Color Code Information

In the RGB color space, #A1BDB3 is composed of 63% red, 74% green, and 70% blue. In the HSL color space, it has a hue of 159°, saturation of 18%, and lightness of 69%.

HEX
#A1BDB3
RGB
161, 189, 179
HSL
159°, 18%, 69%
HSV
159°, 15%, 74%
CMYK
15%, 0%, 5%, 26%
Name Match
Silver
Closest Standard

Shades of #A1BDB3 (Darker Variations)

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

Tints of #A1BDB3 (Lighter Variations)

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

Tones of #A1BDB3 (Muted Variations)

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

Color Harmonies for #A1BDB3

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

Developer Code Snippets & Tailwind CSS

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

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