Amethyst (Purple)
#A26BD4
RGB: 162, 107, 212
Color OverviewHEX #A26BD4

#A26BD4 Color Code Information

In the RGB color space, #A26BD4 is composed of 64% red, 42% green, and 83% blue. In the HSL color space, it has a hue of 271°, saturation of 55%, and lightness of 63%.

HEX
#A26BD4
RGB
162, 107, 212
HSL
271°, 55%, 63%
HSV
271°, 50%, 83%
CMYK
24%, 50%, 0%, 17%
Name Match
Amethyst
Closest Standard

Shades of #A26BD4 (Darker Variations)

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

Tints of #A26BD4 (Lighter Variations)

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

Tones of #A26BD4 (Muted Variations)

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

Color Harmonies for #A26BD4

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

Developer Code Snippets & Tailwind CSS

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

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