Hex Color #AB62AE - Custom Color

Color Codes

HEX
#AB62AE
RGB
rgb(171, 98, 174)
HSL
hsl(298, 32%, 53%)
CMYK
cmyk(2%, 44%, 0%, 32%)
HSV
hsv(298, 44%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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