Hex Color #E094EA - Custom Color

Color Codes

HEX
#E094EA
RGB
rgb(224, 148, 234)
HSL
hsl(293, 67%, 75%)
CMYK
cmyk(4%, 37%, 0%, 8%)
HSV
hsv(293, 37%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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