Hex Color #E495CE - Custom Color
Color Codes
HEX
#E495CE
RGB
rgb(228, 149, 206)
HSL
hsl(317, 59%, 74%)
CMYK
cmyk(0%, 35%, 10%, 11%)
HSV
hsv(317, 35%, 89%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.21:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.49: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: #E495CE;
color: #E495CE;
border-color: #E495CE;
}
Tailwind CSS (with arbitrary values)
bg-[#E495CE]
text-[#E495CE]
border-[#E495CE]
// Example usage:
<div className="bg-[#E495CE]">