Hex Color #A91DAF - Custom Color
Color Codes
HEX
#A91DAF
RGB
rgb(169, 29, 175)
HSL
hsl(298, 72%, 40%)
CMYK
cmyk(3%, 83%, 0%, 31%)
HSV
hsv(298, 83%, 69%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.03:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.48: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: #A91DAF;
color: #A91DAF;
border-color: #A91DAF;
}
Tailwind CSS (with arbitrary values)
bg-[#A91DAF]
text-[#A91DAF]
border-[#A91DAF]
// Example usage:
<div className="bg-[#A91DAF]">