Hex Color #AE478C - Custom Color

Color Codes

HEX
#AE478C
RGB
rgb(174, 71, 140)
HSL
hsl(320, 42%, 48%)
CMYK
cmyk(0%, 59%, 20%, 32%)
HSV
hsv(320, 59%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.08:1
Fail - 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: #AE478C;
color: #AE478C;
border-color: #AE478C;
}

Tailwind CSS (with arbitrary values)

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