Amethyst (Purple)
#A14DED
RGB: 161, 77, 237
Color OverviewHEX #A14DED
#A14DED Color Code Information
In the RGB color space, #A14DED is composed of 63% red, 30% green, and 93% blue. In the HSL color space, it has a hue of 272°, saturation of 82%, and lightness of 62%.
HEX
#A14DED
RGB
161, 77, 237
HSL
272°, 82%, 62%
HSV
272°, 68%, 93%
CMYK
32%, 68%, 0%, 7%
Name Match
Amethyst
Closest StandardShades of #A14DED (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #A14DED (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #A14DED (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #A14DED
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 #A14DED Background
Contrast Ratio against Pure White (#FFFFFF):4.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #A14DED Background
Contrast Ratio against Pure Black (#000000):4.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #A14DED;
}
.element {
color: #A14DED;
background-color: #A14DED;
border-color: #A14DED;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#A14DED] text-[#A14DED] border-[#A14DED]"> Content styled with #A14DED </div>