Hex Color #E493BB - Custom Color
Color Codes
HEX
#E493BB
RGB
rgb(228, 147, 187)
HSL
hsl(330, 60%, 74%)
CMYK
cmyk(0%, 36%, 18%, 11%)
HSV
hsv(330, 36%, 89%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.29:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 9.19: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: #E493BB;
color: #E493BB;
border-color: #E493BB;
}
Tailwind CSS (with arbitrary values)
bg-[#E493BB]
text-[#E493BB]
border-[#E493BB]
// Example usage:
<div className="bg-[#E493BB]">