Hex Color #E4077D - Custom Color
Color Codes
HEX
#E4077D
RGB
rgb(228, 7, 125)
HSL
hsl(328, 94%, 46%)
CMYK
cmyk(0%, 97%, 45%, 11%)
HSV
hsv(328, 97%, 89%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.54:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.63: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: #E4077D;
color: #E4077D;
border-color: #E4077D;
}
Tailwind CSS (with arbitrary values)
bg-[#E4077D]
text-[#E4077D]
border-[#E4077D]
// Example usage:
<div className="bg-[#E4077D]">