Hex Color #E594CC - Custom Color

Color Codes

HEX
#E594CC
RGB
rgb(229, 148, 204)
HSL
hsl(319, 61%, 74%)
CMYK
cmyk(0%, 35%, 11%, 10%)
HSV
hsv(319, 35%, 90%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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