Hex Color #9136AF - Custom Color
Color Codes
HEX
#9136AF
RGB
rgb(145, 54, 175)
HSL
hsl(285, 53%, 45%)
CMYK
cmyk(17%, 69%, 0%, 31%)
HSV
hsv(285, 69%, 69%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.27:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.35: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: #9136AF;
color: #9136AF;
border-color: #9136AF;
}
Tailwind CSS (with arbitrary values)
bg-[#9136AF]
text-[#9136AF]
border-[#9136AF]
// Example usage:
<div className="bg-[#9136AF]">