Hex Color #A89AAD - Custom Color

Color Codes

HEX
#A89AAD
RGB
rgb(168, 154, 173)
HSL
hsl(284, 10%, 64%)
CMYK
cmyk(3%, 11%, 0%, 32%)
HSV
hsv(284, 11%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.89:1
Pass - WCAG AA (Normal Text)
Pass - 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: #A89AAD;
color: #A89AAD;
border-color: #A89AAD;
}

Tailwind CSS (with arbitrary values)

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