Hex Color #A878FB - Custom Color
Color Codes
HEX
#A878FB
RGB
rgb(168, 120, 251)
HSL
hsl(262, 94%, 73%)
CMYK
cmyk(33%, 52%, 0%, 2%)
HSV
hsv(262, 52%, 98%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.11:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.74: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: #A878FB;
color: #A878FB;
border-color: #A878FB;
}
Tailwind CSS (with arbitrary values)
bg-[#A878FB]
text-[#A878FB]
border-[#A878FB]
// Example usage:
<div className="bg-[#A878FB]">