Hex Color #A973CD - Custom Color
Color Codes
HEX
#A973CD
RGB
rgb(169, 115, 205)
HSL
hsl(276, 47%, 63%)
CMYK
cmyk(18%, 44%, 0%, 20%)
HSV
hsv(276, 44%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.49:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.02: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: #A973CD;
color: #A973CD;
border-color: #A973CD;
}
Tailwind CSS (with arbitrary values)
bg-[#A973CD]
text-[#A973CD]
border-[#A973CD]
// Example usage:
<div className="bg-[#A973CD]">