Hex Color #E126F2 - Custom Color
Color Codes
HEX
#E126F2
RGB
rgb(225, 38, 242)
HSL
hsl(295, 89%, 55%)
CMYK
cmyk(7%, 84%, 0%, 5%)
HSV
hsv(295, 84%, 95%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.65:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.76: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: #E126F2;
color: #E126F2;
border-color: #E126F2;
}
Tailwind CSS (with arbitrary values)
bg-[#E126F2]
text-[#E126F2]
border-[#E126F2]
// Example usage:
<div className="bg-[#E126F2]">