Hex Color #A878D9 - Custom Color

Color Codes

HEX
#A878D9
RGB
rgb(168, 120, 217)
HSL
hsl(270, 56%, 66%)
CMYK
cmyk(23%, 45%, 0%, 15%)
HSV
hsv(270, 45%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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