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