Hex Color #A761AE - Custom Color
Color Codes
HEX
#A761AE
RGB
rgb(167, 97, 174)
HSL
hsl(295, 32%, 53%)
CMYK
cmyk(4%, 44%, 0%, 32%)
HSV
hsv(295, 44%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.23:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.96: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: #A761AE;
color: #A761AE;
border-color: #A761AE;
}
Tailwind CSS (with arbitrary values)
bg-[#A761AE]
text-[#A761AE]
border-[#A761AE]
// Example usage:
<div className="bg-[#A761AE]">