Hex Color #AC7F58 - Custom Color
Color Codes
HEX
#AC7F58
RGB
rgb(172, 127, 88)
HSL
hsl(28, 34%, 51%)
CMYK
cmyk(0%, 26%, 49%, 33%)
HSV
hsv(28, 49%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.54:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.93: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: #AC7F58;
color: #AC7F58;
border-color: #AC7F58;
}
Tailwind CSS (with arbitrary values)
bg-[#AC7F58]
text-[#AC7F58]
border-[#AC7F58]
// Example usage:
<div className="bg-[#AC7F58]">