Hex Color #A8897F - Custom Color
Color Codes
HEX
#A8897F
RGB
rgb(168, 137, 127)
HSL
hsl(15, 19%, 58%)
CMYK
cmyk(0%, 18%, 24%, 34%)
HSV
hsv(15, 24%, 66%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.21:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.55: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: #A8897F;
color: #A8897F;
border-color: #A8897F;
}
Tailwind CSS (with arbitrary values)
bg-[#A8897F]
text-[#A8897F]
border-[#A8897F]
// Example usage:
<div className="bg-[#A8897F]">