Hex Color #A897AD - Custom Color

Color Codes

HEX
#A897AD
RGB
rgb(168, 151, 173)
HSL
hsl(286, 12%, 64%)
CMYK
cmyk(3%, 13%, 0%, 32%)
HSV
hsv(286, 13%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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