Amethyst (Purple)
#9386E0
RGB: 147, 134, 224
Color OverviewHEX #9386E0

#9386E0 Color Code Information

In the RGB color space, #9386E0 is composed of 58% red, 53% green, and 88% blue. In the HSL color space, it has a hue of 249°, saturation of 59%, and lightness of 70%.

HEX
#9386E0
RGB
147, 134, 224
HSL
249°, 59%, 70%
HSV
249°, 40%, 88%
CMYK
34%, 40%, 0%, 12%
Name Match
Amethyst
Closest Standard

Shades of #9386E0 (Darker Variations)

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

Tints of #9386E0 (Lighter Variations)

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

Tones of #9386E0 (Muted Variations)

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

Color Harmonies for #9386E0

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

Developer Code Snippets & Tailwind CSS

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

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