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