Hex Color #AC4184 - Custom Color
Color Codes
HEX
#AC4184
RGB
rgb(172, 65, 132)
HSL
hsl(322, 45%, 46%)
CMYK
cmyk(0%, 62%, 23%, 33%)
HSV
hsv(322, 62%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.46:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.84: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: #AC4184;
color: #AC4184;
border-color: #AC4184;
}
Tailwind CSS (with arbitrary values)
bg-[#AC4184]
text-[#AC4184]
border-[#AC4184]
// Example usage:
<div className="bg-[#AC4184]">