Hex Color #A096EA - Custom Color

Color Codes

HEX
#A096EA
RGB
rgb(160, 150, 234)
HSL
hsl(247, 67%, 75%)
CMYK
cmyk(32%, 36%, 0%, 8%)
HSV
hsv(247, 36%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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