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