Hex Color #A078ED - Custom Color
Color Codes
HEX
#A078ED
RGB
rgb(160, 120, 237)
HSL
hsl(261, 76%, 70%)
CMYK
cmyk(32%, 49%, 0%, 7%)
HSV
hsv(261, 49%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.28:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.40: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: #A078ED;
color: #A078ED;
border-color: #A078ED;
}
Tailwind CSS (with arbitrary values)
bg-[#A078ED]
text-[#A078ED]
border-[#A078ED]
// Example usage:
<div className="bg-[#A078ED]">