Hex Color #A19DBE - Custom Color

Color Codes

HEX
#A19DBE
RGB
rgb(161, 157, 190)
HSL
hsl(247, 20%, 68%)
CMYK
cmyk(15%, 17%, 0%, 25%)
HSV
hsv(247, 17%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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