Hex Color #A347FF - Custom Color

Color Codes

HEX
#A347FF
RGB
rgb(163, 71, 255)
HSL
hsl(270, 100%, 64%)
CMYK
cmyk(36%, 72%, 0%, 0%)
HSV
hsv(270, 72%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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