Hex Color #A43DCA - Custom Color
Color Codes
HEX
#A43DCA
RGB
rgb(164, 61, 202)
HSL
hsl(284, 57%, 52%)
CMYK
cmyk(19%, 70%, 0%, 21%)
HSV
hsv(284, 70%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.12:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.10: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: #A43DCA;
color: #A43DCA;
border-color: #A43DCA;
}
Tailwind CSS (with arbitrary values)
bg-[#A43DCA]
text-[#A43DCA]
border-[#A43DCA]
// Example usage:
<div className="bg-[#A43DCA]">