Hex Color #C73BFA - Custom Color
Color Codes
HEX
#C73BFA
RGB
rgb(199, 59, 250)
HSL
hsl(284, 95%, 61%)
CMYK
cmyk(20%, 76%, 0%, 2%)
HSV
hsv(284, 76%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.86:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.43: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: #C73BFA;
color: #C73BFA;
border-color: #C73BFA;
}
Tailwind CSS (with arbitrary values)
bg-[#C73BFA]
text-[#C73BFA]
border-[#C73BFA]
// Example usage:
<div className="bg-[#C73BFA]">