Amethyst (Purple)
#AC24EB
RGB: 172, 36, 235
Color OverviewHEX #AC24EB
#AC24EB Color Code Information
In the RGB color space, #AC24EB is composed of 67% red, 14% green, and 92% blue. In the HSL color space, it has a hue of 281°, saturation of 83%, and lightness of 53%.
HEX
#AC24EB
RGB
172, 36, 235
HSL
281°, 83%, 53%
HSV
281°, 85%, 92%
CMYK
27%, 85%, 0%, 8%
Name Match
Amethyst
Closest StandardShades of #AC24EB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #AC24EB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #AC24EB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #AC24EB
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #AC24EB Background
Contrast Ratio against Pure White (#FFFFFF):4.99 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #AC24EB Background
Contrast Ratio against Pure Black (#000000):4.21 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #AC24EB;
}
.element {
color: #AC24EB;
background-color: #AC24EB;
border-color: #AC24EB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#AC24EB] text-[#AC24EB] border-[#AC24EB]"> Content styled with #AC24EB </div>