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