Hex Color #A063FE - Custom Color

Color Codes

HEX
#A063FE
RGB
rgb(160, 99, 254)
HSL
hsl(264, 99%, 69%)
CMYK
cmyk(37%, 61%, 0%, 0%)
HSV
hsv(264, 61%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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