Hex Color #A9817E - Custom Color
Color Codes
HEX
#A9817E
RGB
rgb(169, 129, 126)
HSL
hsl(4, 20%, 58%)
CMYK
cmyk(0%, 24%, 25%, 34%)
HSV
hsv(4, 25%, 66%)
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.13: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: #A9817E;
color: #A9817E;
border-color: #A9817E;
}
Tailwind CSS (with arbitrary values)
bg-[#A9817E]
text-[#A9817E]
border-[#A9817E]
// Example usage:
<div className="bg-[#A9817E]">