Hex Color #A055CC - Custom Color

Color Codes

HEX
#A055CC
RGB
rgb(160, 85, 204)
HSL
hsl(278, 54%, 57%)
CMYK
cmyk(22%, 58%, 0%, 20%)
HSV
hsv(278, 58%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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