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