Amethyst (Purple)
#8991CD
RGB: 137, 145, 205
Color OverviewHEX #8991CD

#8991CD Color Code Information

In the RGB color space, #8991CD is composed of 54% red, 57% green, and 80% blue. In the HSL color space, it has a hue of 233°, saturation of 40%, and lightness of 67%.

HEX
#8991CD
RGB
137, 145, 205
HSL
233°, 40%, 67%
HSV
233°, 33%, 80%
CMYK
33%, 29%, 0%, 20%
Name Match
Amethyst
Closest Standard

Shades of #8991CD (Darker Variations)

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

Tints of #8991CD (Lighter Variations)

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

Tones of #8991CD (Muted Variations)

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

Color Harmonies for #8991CD

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

Developer Code Snippets & Tailwind CSS

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

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