Amethyst (Purple)
#B451BB
RGB: 180, 81, 187
Color OverviewHEX #B451BB

#B451BB Color Code Information

In the RGB color space, #B451BB is composed of 71% red, 32% green, and 73% blue. In the HSL color space, it has a hue of 296°, saturation of 44%, and lightness of 53%.

HEX
#B451BB
RGB
180, 81, 187
HSL
296°, 44%, 53%
HSV
296°, 57%, 73%
CMYK
4%, 57%, 0%, 27%
Name Match
Amethyst
Closest Standard

Shades of #B451BB (Darker Variations)

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

Tints of #B451BB (Lighter Variations)

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

Tones of #B451BB (Muted Variations)

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

Color Harmonies for #B451BB

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

Developer Code Snippets & Tailwind CSS

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

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