Hex Color #A90DCC - Custom Color

Color Codes

HEX
#A90DCC
RGB
rgb(169, 13, 204)
HSL
hsl(289, 88%, 43%)
CMYK
cmyk(17%, 94%, 0%, 20%)
HSV
hsv(289, 94%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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