Hex Color #A17EFC - Custom Color
Color Codes
HEX
#A17EFC
RGB
rgb(161, 126, 252)
HSL
hsl(257, 95%, 74%)
CMYK
cmyk(36%, 50%, 0%, 1%)
HSV
hsv(257, 50%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.04:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.91: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: #A17EFC;
color: #A17EFC;
border-color: #A17EFC;
}
Tailwind CSS (with arbitrary values)
bg-[#A17EFC]
text-[#A17EFC]
border-[#A17EFC]
// Example usage:
<div className="bg-[#A17EFC]">