Hex Color #A076EC - Custom Color

Color Codes

HEX
#A076EC
RGB
rgb(160, 118, 236)
HSL
hsl(261, 76%, 69%)
CMYK
cmyk(32%, 50%, 0%, 7%)
HSV
hsv(261, 50%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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