Hex Color #CA62AC - Custom Color
Color Codes
HEX
#CA62AC
RGB
rgb(202, 98, 172)
HSL
hsl(317, 50%, 59%)
CMYK
cmyk(0%, 51%, 15%, 21%)
HSV
hsv(317, 51%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.59:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.85: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: #CA62AC;
color: #CA62AC;
border-color: #CA62AC;
}
Tailwind CSS (with arbitrary values)
bg-[#CA62AC]
text-[#CA62AC]
border-[#CA62AC]
// Example usage:
<div className="bg-[#CA62AC]">