Hex Color #9972AD - Custom Color
Color Codes
HEX
#9972AD
RGB
rgb(153, 114, 173)
HSL
hsl(280, 26%, 56%)
CMYK
cmyk(12%, 34%, 0%, 32%)
HSV
hsv(280, 34%, 68%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.91:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.36: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: #9972AD;
color: #9972AD;
border-color: #9972AD;
}
Tailwind CSS (with arbitrary values)
bg-[#9972AD]
text-[#9972AD]
border-[#9972AD]
// Example usage:
<div className="bg-[#9972AD]">