Hex Color #CA68AB - Custom Color
Color Codes
HEX
#CA68AB
RGB
rgb(202, 104, 171)
HSL
hsl(319, 48%, 60%)
CMYK
cmyk(0%, 49%, 15%, 21%)
HSV
hsv(319, 49%, 79%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.45:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.08: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: #CA68AB;
color: #CA68AB;
border-color: #CA68AB;
}
Tailwind CSS (with arbitrary values)
bg-[#CA68AB]
text-[#CA68AB]
border-[#CA68AB]
// Example usage:
<div className="bg-[#CA68AB]">