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