Amethyst (Purple)
#BE3DD1
RGB: 190, 61, 209
Color OverviewHEX #BE3DD1

#BE3DD1 Color Code Information

In the RGB color space, #BE3DD1 is composed of 75% red, 24% green, and 82% blue. In the HSL color space, it has a hue of 292°, saturation of 62%, and lightness of 53%.

HEX
#BE3DD1
RGB
190, 61, 209
HSL
292°, 62%, 53%
HSV
292°, 71%, 82%
CMYK
9%, 71%, 0%, 18%
Name Match
Amethyst
Closest Standard

Shades of #BE3DD1 (Darker Variations)

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

Tints of #BE3DD1 (Lighter Variations)

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

Tones of #BE3DD1 (Muted Variations)

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

Color Harmonies for #BE3DD1

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

Developer Code Snippets & Tailwind CSS

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

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