Hex Color #AD0DFF - Custom Color

Color Codes

HEX
#AD0DFF
RGB
rgb(173, 13, 255)
HSL
hsl(280, 100%, 53%)
CMYK
cmyk(32%, 95%, 0%, 0%)
HSV
hsv(280, 95%, 100%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.28:1
Fail - 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: #AD0DFF;
color: #AD0DFF;
border-color: #AD0DFF;
}

Tailwind CSS (with arbitrary values)

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