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