Hex Color #A286DA - Custom Color

Color Codes

HEX
#A286DA
RGB
rgb(162, 134, 218)
HSL
hsl(260, 53%, 69%)
CMYK
cmyk(26%, 39%, 0%, 15%)
HSV
hsv(260, 39%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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