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