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