Hex Color #AD1CAE - Custom Color
Color Codes
HEX
#AD1CAE
RGB
rgb(173, 28, 174)
HSL
hsl(300, 72%, 40%)
CMYK
cmyk(1%, 84%, 0%, 32%)
HSV
hsv(300, 84%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.91:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.55: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: #AD1CAE;
color: #AD1CAE;
border-color: #AD1CAE;
}
Tailwind CSS (with arbitrary values)
bg-[#AD1CAE]
text-[#AD1CAE]
border-[#AD1CAE]
// Example usage:
<div className="bg-[#AD1CAE]">