Hex Color #8977FD - Custom Color
Color Codes
HEX
#8977FD
RGB
rgb(137, 119, 253)
HSL
hsl(248, 97%, 73%)
CMYK
cmyk(46%, 53%, 0%, 1%)
HSV
hsv(248, 53%, 99%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.12: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: #8977FD;
color: #8977FD;
border-color: #8977FD;
}
Tailwind CSS (with arbitrary values)
bg-[#8977FD]
text-[#8977FD]
border-[#8977FD]
// Example usage:
<div className="bg-[#8977FD]">