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