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