Hex Color #E0859C - Custom Color

Color Codes

HEX
#E0859C
RGB
rgb(224, 133, 156)
HSL
hsl(345, 59%, 70%)
CMYK
cmyk(0%, 41%, 30%, 12%)
HSV
hsv(345, 41%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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