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