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