Amethyst (Purple)
#8376D0
RGB: 131, 118, 208
Color OverviewHEX #8376D0

#8376D0 Color Code Information

In the RGB color space, #8376D0 is composed of 51% red, 46% green, and 82% blue. In the HSL color space, it has a hue of 249°, saturation of 49%, and lightness of 64%.

HEX
#8376D0
RGB
131, 118, 208
HSL
249°, 49%, 64%
HSV
249°, 43%, 82%
CMYK
37%, 43%, 0%, 18%
Name Match
Amethyst
Closest Standard

Shades of #8376D0 (Darker Variations)

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

Tints of #8376D0 (Lighter Variations)

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

Tones of #8376D0 (Muted Variations)

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

Color Harmonies for #8376D0

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

Developer Code Snippets & Tailwind CSS

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

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