Hex Color #E1869F - Custom Color

Color Codes

HEX
#E1869F
RGB
rgb(225, 134, 159)
HSL
hsl(344, 60%, 70%)
CMYK
cmyk(0%, 40%, 29%, 12%)
HSV
hsv(344, 40%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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