Rosy Brown (Brown)
#A39EAF
RGB: 163, 158, 175
Color OverviewHEX #A39EAF

#A39EAF Color Code Information

In the RGB color space, #A39EAF is composed of 64% red, 62% green, and 69% blue. In the HSL color space, it has a hue of 258°, saturation of 10%, and lightness of 65%.

HEX
#A39EAF
RGB
163, 158, 175
HSL
258°, 10%, 65%
HSV
258°, 10%, 69%
CMYK
7%, 10%, 0%, 31%
Name Match
Rosy Brown
Closest Standard

Shades of #A39EAF (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #A39EAF (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #A39EAF (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #A39EAF

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #A39EAF Background
Contrast Ratio against Pure White (#FFFFFF):2.6 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A39EAF Background
Contrast Ratio against Pure Black (#000000):8.07 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #A39EAF;
}

.element {
  color: #A39EAF;
  background-color: #A39EAF;
  border-color: #A39EAF;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#A39EAF] text-[#A39EAF] border-[#A39EAF]">
  Content styled with #A39EAF
</div>