Amethyst (Purple)
#A25D98
RGB: 162, 93, 152
Color OverviewHEX #A25D98

#A25D98 Color Code Information

In the RGB color space, #A25D98 is composed of 64% red, 36% green, and 60% blue. In the HSL color space, it has a hue of 309°, saturation of 27%, and lightness of 50%.

HEX
#A25D98
RGB
162, 93, 152
HSL
309°, 27%, 50%
HSV
309°, 43%, 64%
CMYK
0%, 43%, 6%, 36%
Name Match
Amethyst
Closest Standard

Shades of #A25D98 (Darker Variations)

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

Tints of #A25D98 (Lighter Variations)

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

Tones of #A25D98 (Muted Variations)

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

Color Harmonies for #A25D98

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

Developer Code Snippets & Tailwind CSS

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

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