Hex Color #E08ADC - Custom Color

Color Codes

HEX
#E08ADC
RGB
rgb(224, 138, 220)
HSL
hsl(303, 58%, 71%)
CMYK
cmyk(0%, 38%, 2%, 12%)
HSV
hsv(303, 38%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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