Hex Color #AC5890 - Custom Color

Color Codes

HEX
#AC5890
RGB
rgb(172, 88, 144)
HSL
hsl(320, 34%, 51%)
CMYK
cmyk(0%, 49%, 16%, 33%)
HSV
hsv(320, 49%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.55:1
Pass - WCAG AA (Normal Text)
Fail - 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: #AC5890;
color: #AC5890;
border-color: #AC5890;
}

Tailwind CSS (with arbitrary values)

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