Hex Color #A629BE - Custom Color

Color Codes

HEX
#A629BE
RGB
rgb(166, 41, 190)
HSL
hsl(290, 65%, 45%)
CMYK
cmyk(13%, 78%, 0%, 25%)
HSV
hsv(290, 78%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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