Hex Color #AD8BAF - Custom Color

Color Codes

HEX
#AD8BAF
RGB
rgb(173, 139, 175)
HSL
hsl(297, 18%, 62%)
CMYK
cmyk(1%, 21%, 0%, 31%)
HSV
hsv(297, 21%, 69%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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