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