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