Hex Color #E566CE - Custom Color
Color Codes
HEX
#E566CE
RGB
rgb(229, 102, 206)
HSL
hsl(311, 71%, 65%)
CMYK
cmyk(0%, 55%, 10%, 10%)
HSV
hsv(311, 55%, 90%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.95:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.12: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: #E566CE;
color: #E566CE;
border-color: #E566CE;
}
Tailwind CSS (with arbitrary values)
bg-[#E566CE]
text-[#E566CE]
border-[#E566CE]
// Example usage:
<div className="bg-[#E566CE]">