Hex Color #ED2CEF - Custom Color

Color Codes

HEX
#ED2CEF
RGB
rgb(237, 44, 239)
HSL
hsl(299, 86%, 55%)
CMYK
cmyk(1%, 82%, 0%, 6%)
HSV
hsv(299, 82%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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