Hex Color #A67BAE - Custom Color

Color Codes

HEX
#A67BAE
RGB
rgb(166, 123, 174)
HSL
hsl(291, 24%, 58%)
CMYK
cmyk(5%, 29%, 0%, 32%)
HSV
hsv(291, 29%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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