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