Silver (Neutral)
#A6BFAA
RGB: 166, 191, 170
Color OverviewHEX #A6BFAA
#A6BFAA Color Code Information
In the RGB color space, #A6BFAA is composed of 65% red, 75% green, and 67% blue. In the HSL color space, it has a hue of 130°, saturation of 16%, and lightness of 70%.
HEX
#A6BFAA
RGB
166, 191, 170
HSL
130°, 16%, 70%
HSV
130°, 13%, 75%
CMYK
13%, 0%, 11%, 25%
Name Match
Silver
Closest StandardShades of #A6BFAA (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A6BFAA (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A6BFAA (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A6BFAA
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #A6BFAA Background
Contrast Ratio against Pure White (#FFFFFF):1.97 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A6BFAA Background
Contrast Ratio against Pure Black (#000000):10.65 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A6BFAA;
}
.element {
color: #A6BFAA;
background-color: #A6BFAA;
border-color: #A6BFAA;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A6BFAA] text-[#A6BFAA] border-[#A6BFAA]"> Content styled with #A6BFAA </div>