Silver (Neutral)
#AAB29F
RGB: 170, 178, 159
Color OverviewHEX #AAB29F
#AAB29F Color Code Information
In the RGB color space, #AAB29F is composed of 67% red, 70% green, and 62% blue. In the HSL color space, it has a hue of 85°, saturation of 11%, and lightness of 66%.
HEX
#AAB29F
RGB
170, 178, 159
HSL
85°, 11%, 66%
HSV
85°, 11%, 70%
CMYK
4%, 0%, 11%, 30%
Name Match
Silver
Closest StandardShades of #AAB29F (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AAB29F (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AAB29F (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AAB29F
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 #AAB29F Background
Contrast Ratio against Pure White (#FFFFFF):2.19 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AAB29F Background
Contrast Ratio against Pure Black (#000000):9.58 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AAB29F;
}
.element {
color: #AAB29F;
background-color: #AAB29F;
border-color: #AAB29F;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AAB29F] text-[#AAB29F] border-[#AAB29F]"> Content styled with #AAB29F </div>