Amethyst (Purple)
#A35F99
RGB: 163, 95, 153
Color OverviewHEX #A35F99

#A35F99 Color Code Information

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

HEX
#A35F99
RGB
163, 95, 153
HSL
309°, 27%, 51%
HSV
309°, 42%, 64%
CMYK
0%, 42%, 6%, 36%
Name Match
Amethyst
Closest Standard

Shades of #A35F99 (Darker Variations)

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

Tints of #A35F99 (Lighter Variations)

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

Tones of #A35F99 (Muted Variations)

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

Color Harmonies for #A35F99

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

Developer Code Snippets & Tailwind CSS

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

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