Hex Color #AE82EA - Custom Color
Color Codes
HEX
#AE82EA
RGB
rgb(174, 130, 234)
HSL
hsl(265, 71%, 71%)
CMYK
cmyk(26%, 44%, 0%, 8%)
HSV
hsv(265, 44%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.92:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 7.18: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: #AE82EA;
color: #AE82EA;
border-color: #AE82EA;
}
Tailwind CSS (with arbitrary values)
bg-[#AE82EA]
text-[#AE82EA]
border-[#AE82EA]
// Example usage:
<div className="bg-[#AE82EA]">