Hex Color #E182FC - Custom Color
Color Codes
HEX
#E182FC
RGB
rgb(225, 130, 252)
HSL
hsl(287, 95%, 75%)
CMYK
cmyk(11%, 48%, 0%, 1%)
HSV
hsv(287, 48%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.39:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.80: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: #E182FC;
color: #E182FC;
border-color: #E182FC;
}
Tailwind CSS (with arbitrary values)
bg-[#E182FC]
text-[#E182FC]
border-[#E182FC]
// Example usage:
<div className="bg-[#E182FC]">