Silver (Neutral)
#A6C0B8
RGB: 166, 192, 184
Color OverviewHEX #A6C0B8

#A6C0B8 Color Code Information

In the RGB color space, #A6C0B8 is composed of 65% red, 75% green, and 72% blue. In the HSL color space, it has a hue of 162°, saturation of 17%, and lightness of 70%.

HEX
#A6C0B8
RGB
166, 192, 184
HSL
162°, 17%, 70%
HSV
162°, 14%, 75%
CMYK
14%, 0%, 4%, 25%
Name Match
Silver
Closest Standard

Shades of #A6C0B8 (Darker Variations)

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

Tints of #A6C0B8 (Lighter Variations)

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

Tones of #A6C0B8 (Muted Variations)

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

Color Harmonies for #A6C0B8

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

Developer Code Snippets & Tailwind CSS

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

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