Hex Color #E997E1 - Custom Color

Color Codes

HEX
#E997E1
RGB
rgb(233, 151, 225)
HSL
hsl(306, 65%, 75%)
CMYK
cmyk(0%, 35%, 3%, 9%)
HSV
hsv(306, 35%, 91%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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