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