Hex Color #E4468C - Custom Color
Color Codes
HEX
#E4468C
RGB
rgb(228, 70, 140)
HSL
hsl(333, 75%, 58%)
CMYK
cmyk(0%, 69%, 39%, 11%)
HSV
hsv(333, 69%, 89%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.78:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.55: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: #E4468C;
color: #E4468C;
border-color: #E4468C;
}
Tailwind CSS (with arbitrary values)
bg-[#E4468C]
text-[#E4468C]
border-[#E4468C]
// Example usage:
<div className="bg-[#E4468C]">