Hex Color #8855AA - Custom Color
Color Codes
HEX
#8855AA
RGB
rgb(136, 85, 170)
HSL
hsl(276, 33%, 50%)
CMYK
cmyk(20%, 50%, 0%, 33%)
HSV
hsv(276, 50%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.35:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.93:1
Fail - 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: #8855AA;
color: #8855AA;
border-color: #8855AA;
}
Tailwind CSS (with arbitrary values)
bg-[#8855AA]
text-[#8855AA]
border-[#8855AA]
// Example usage:
<div className="bg-[#8855AA]">