Hex Color #CA80CA - Custom Color
Color Codes
HEX
#CA80CA
RGB
rgb(202, 128, 202)
HSL
hsl(300, 41%, 65%)
CMYK
cmyk(0%, 37%, 0%, 21%)
HSV
hsv(300, 37%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.82:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.45:1
Pass - WCAG AA (Normal Text)
Pass - 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: #CA80CA;
color: #CA80CA;
border-color: #CA80CA;
}
Tailwind CSS (with arbitrary values)
bg-[#CA80CA]
text-[#CA80CA]
border-[#CA80CA]
// Example usage:
<div className="bg-[#CA80CA]">