Amethyst (Purple)
#9756CC
RGB: 151, 86, 204
Color OverviewHEX #9756CC

#9756CC Color Code Information

In the RGB color space, #9756CC is composed of 59% red, 34% green, and 80% blue. In the HSL color space, it has a hue of 273°, saturation of 54%, and lightness of 57%.

HEX
#9756CC
RGB
151, 86, 204
HSL
273°, 54%, 57%
HSV
273°, 58%, 80%
CMYK
26%, 58%, 0%, 20%
Name Match
Amethyst
Closest Standard

Shades of #9756CC (Darker Variations)

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

Tints of #9756CC (Lighter Variations)

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

Tones of #9756CC (Muted Variations)

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

Color Harmonies for #9756CC

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

Developer Code Snippets & Tailwind CSS

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

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