Hex Color #AC4FBF - Custom Color

Color Codes

HEX
#AC4FBF
RGB
rgb(172, 79, 191)
HSL
hsl(290, 47%, 53%)
CMYK
cmyk(10%, 59%, 0%, 25%)
HSV
hsv(290, 59%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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