Hex Color #E751FE - Custom Color

Color Codes

HEX
#E751FE
RGB
rgb(231, 81, 254)
HSL
hsl(292, 99%, 66%)
CMYK
cmyk(9%, 68%, 0%, 0%)
HSV
hsv(292, 68%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.00:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 7.01: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: #E751FE;
color: #E751FE;
border-color: #E751FE;
}

Tailwind CSS (with arbitrary values)

bg-[#E751FE]
text-[#E751FE]
border-[#E751FE]
// Example usage:
<div className="bg-[#E751FE]">