Hex Color #A34CBE - Custom Color
Color Codes
HEX
#A34CBE
RGB
rgb(163, 76, 190)
HSL
hsl(286, 47%, 52%)
CMYK
cmyk(14%, 60%, 0%, 25%)
HSV
hsv(286, 60%, 75%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.84:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.33: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: #A34CBE;
color: #A34CBE;
border-color: #A34CBE;
}
Tailwind CSS (with arbitrary values)
bg-[#A34CBE]
text-[#A34CBE]
border-[#A34CBE]
// Example usage:
<div className="bg-[#A34CBE]">