Brown (Brown)
#A21159
RGB: 162, 17, 89
Color OverviewHEX #A21159

#A21159 Color Code Information

In the RGB color space, #A21159 is composed of 64% red, 7% green, and 35% blue. In the HSL color space, it has a hue of 330°, saturation of 81%, and lightness of 35%.

HEX
#A21159
RGB
162, 17, 89
HSL
330°, 81%, 35%
HSV
330°, 90%, 64%
CMYK
0%, 90%, 45%, 36%
Name Match
Brown
Closest Standard

Shades of #A21159 (Darker Variations)

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

Tints of #A21159 (Lighter Variations)

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

Tones of #A21159 (Muted Variations)

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

Color Harmonies for #A21159

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 #A21159 Background
Contrast Ratio against Pure White (#FFFFFF):7.61 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A21159 Background
Contrast Ratio against Pure Black (#000000):2.76 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

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

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