Hex Color #ADA7CA - Custom Color

Color Codes

HEX
#ADA7CA
RGB
rgb(173, 167, 202)
HSL
hsl(250, 25%, 72%)
CMYK
cmyk(14%, 17%, 0%, 21%)
HSV
hsv(250, 17%, 79%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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