Amethyst (Purple)
#BA6DAF
RGB: 186, 109, 175
Color OverviewHEX #BA6DAF

#BA6DAF Color Code Information

In the RGB color space, #BA6DAF is composed of 73% red, 43% green, and 69% blue. In the HSL color space, it has a hue of 309°, saturation of 36%, and lightness of 58%.

HEX
#BA6DAF
RGB
186, 109, 175
HSL
309°, 36%, 58%
HSV
309°, 41%, 73%
CMYK
0%, 41%, 6%, 27%
Name Match
Amethyst
Closest Standard

Shades of #BA6DAF (Darker Variations)

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

Tints of #BA6DAF (Lighter Variations)

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

Tones of #BA6DAF (Muted Variations)

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

Color Harmonies for #BA6DAF

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

Developer Code Snippets & Tailwind CSS

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

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