Hex Color #A55ACE - Custom Color
Color Codes
HEX
#A55ACE
RGB
rgb(165, 90, 206)
HSL
hsl(279, 54%, 58%)
CMYK
cmyk(20%, 56%, 0%, 19%)
HSV
hsv(279, 56%, 81%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.24:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.95: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: #A55ACE;
color: #A55ACE;
border-color: #A55ACE;
}
Tailwind CSS (with arbitrary values)
bg-[#A55ACE]
text-[#A55ACE]
border-[#A55ACE]
// Example usage:
<div className="bg-[#A55ACE]">