Hex Color #AA60AD - Custom Color
Color Codes
HEX
#AA60AD
RGB
rgb(170, 96, 173)
HSL
hsl(298, 32%, 53%)
CMYK
cmyk(2%, 45%, 0%, 32%)
HSV
hsv(298, 45%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.21:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.99:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Recommended Text Color
For best readability on this background color, use white text.
Similar Colors
Color in Use
Card with colored border
Background with 20% opacity
CSS Code
.element {
background-color: #AA60AD;
color: #AA60AD;
border-color: #AA60AD;
}
Tailwind CSS (with arbitrary values)
bg-[#AA60AD]
text-[#AA60AD]
border-[#AA60AD]
// Example usage:
<div className="bg-[#AA60AD]">