Amethyst (Purple)
#A95ECF
RGB: 169, 94, 207
Color OverviewHEX #A95ECF

#A95ECF Color Code Information

In the RGB color space, #A95ECF is composed of 66% red, 37% green, and 81% blue. In the HSL color space, it has a hue of 280°, saturation of 54%, and lightness of 59%.

HEX
#A95ECF
RGB
169, 94, 207
HSL
280°, 54%, 59%
HSV
280°, 55%, 81%
CMYK
18%, 55%, 0%, 19%
Name Match
Amethyst
Closest Standard

Shades of #A95ECF (Darker Variations)

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

Tints of #A95ECF (Lighter Variations)

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

Tones of #A95ECF (Muted Variations)

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

Color Harmonies for #A95ECF

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

Developer Code Snippets & Tailwind CSS

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

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