Amethyst (Purple)
#9366CE
RGB: 147, 102, 206
Color OverviewHEX #9366CE

#9366CE Color Code Information

In the RGB color space, #9366CE is composed of 58% red, 40% green, and 81% blue. In the HSL color space, it has a hue of 266°, saturation of 51%, and lightness of 60%.

HEX
#9366CE
RGB
147, 102, 206
HSL
266°, 51%, 60%
HSV
266°, 50%, 81%
CMYK
29%, 50%, 0%, 19%
Name Match
Amethyst
Closest Standard

Shades of #9366CE (Darker Variations)

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

Tints of #9366CE (Lighter Variations)

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

Tones of #9366CE (Muted Variations)

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

Color Harmonies for #9366CE

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

Developer Code Snippets & Tailwind CSS

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

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