Hex Color #A550BE - Custom Color
Color Codes
HEX
#A550BE
RGB
rgb(165, 80, 190)
HSL
hsl(286, 46%, 53%)
CMYK
cmyk(13%, 58%, 0%, 25%)
HSV
hsv(286, 58%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.68:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.49:1
Fail - 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: #A550BE;
color: #A550BE;
border-color: #A550BE;
}
Tailwind CSS (with arbitrary values)
bg-[#A550BE]
text-[#A550BE]
border-[#A550BE]
// Example usage:
<div className="bg-[#A550BE]">