Hex Color #806BAA - Custom Color

Color Codes

HEX
#806BAA
RGB
rgb(128, 107, 170)
HSL
hsl(260, 27%, 54%)
CMYK
cmyk(25%, 37%, 0%, 33%)
HSV
hsv(260, 37%, 67%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.60: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: #806BAA;
color: #806BAA;
border-color: #806BAA;
}

Tailwind CSS (with arbitrary values)

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