Hex Color #AD70CA - Custom Color

Color Codes

HEX
#AD70CA
RGB
rgb(173, 112, 202)
HSL
hsl(281, 46%, 62%)
CMYK
cmyk(14%, 45%, 0%, 21%)
HSV
hsv(281, 45%, 79%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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