Hex Color #C543DA - Custom Color
Color Codes
HEX
#C543DA
RGB
rgb(197, 67, 218)
HSL
hsl(292, 67%, 56%)
CMYK
cmyk(10%, 69%, 0%, 15%)
HSV
hsv(292, 69%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.05:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.19: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: #C543DA;
color: #C543DA;
border-color: #C543DA;
}
Tailwind CSS (with arbitrary values)
bg-[#C543DA]
text-[#C543DA]
border-[#C543DA]
// Example usage:
<div className="bg-[#C543DA]">