Hex Color #AC73DD - Custom Color

Color Codes

HEX
#AC73DD
RGB
rgb(172, 115, 221)
HSL
hsl(272, 61%, 66%)
CMYK
cmyk(22%, 48%, 0%, 13%)
HSV
hsv(272, 48%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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