Hex Color #A94DCC - Custom Color
Color Codes
HEX
#A94DCC
RGB
rgb(169, 77, 204)
HSL
hsl(283, 55%, 55%)
CMYK
cmyk(17%, 62%, 0%, 20%)
HSV
hsv(283, 62%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.54:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.62: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: #A94DCC;
color: #A94DCC;
border-color: #A94DCC;
}
Tailwind CSS (with arbitrary values)
bg-[#A94DCC]
text-[#A94DCC]
border-[#A94DCC]
// Example usage:
<div className="bg-[#A94DCC]">