Hex Color #A93B5A - Custom Color
Color Codes
HEX
#A93B5A
RGB
rgb(169, 59, 90)
HSL
hsl(343, 48%, 45%)
CMYK
cmyk(0%, 65%, 47%, 34%)
HSV
hsv(343, 65%, 66%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 6.07:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 3.46: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: #A93B5A;
color: #A93B5A;
border-color: #A93B5A;
}
Tailwind CSS (with arbitrary values)
bg-[#A93B5A]
text-[#A93B5A]
border-[#A93B5A]
// Example usage:
<div className="bg-[#A93B5A]">