Hex Color #A0748C - Custom Color
Color Codes
HEX
#A0748C
RGB
rgb(160, 116, 140)
HSL
hsl(327, 19%, 54%)
CMYK
cmyk(0%, 28%, 12%, 37%)
HSV
hsv(327, 28%, 63%)
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.37: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: #A0748C;
color: #A0748C;
border-color: #A0748C;
}
Tailwind CSS (with arbitrary values)
bg-[#A0748C]
text-[#A0748C]
border-[#A0748C]
// Example usage:
<div className="bg-[#A0748C]">