Hex Color #AC96DE - Custom Color
Color Codes
HEX
#AC96DE
RGB
rgb(172, 150, 222)
HSL
hsl(258, 52%, 73%)
CMYK
cmyk(23%, 32%, 0%, 13%)
HSV
hsv(258, 32%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.57:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.17:1
Pass - WCAG AA (Normal Text)
Pass - 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: #AC96DE;
color: #AC96DE;
border-color: #AC96DE;
}
Tailwind CSS (with arbitrary values)
bg-[#AC96DE]
text-[#AC96DE]
border-[#AC96DE]
// Example usage:
<div className="bg-[#AC96DE]">