Hex Color #AC532F - Custom Color
Color Codes
HEX
#AC532F
RGB
rgb(172, 83, 47)
HSL
hsl(17, 57%, 43%)
CMYK
cmyk(0%, 52%, 73%, 33%)
HSV
hsv(17, 73%, 67%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 5.21:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.03: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: #AC532F;
color: #AC532F;
border-color: #AC532F;
}
Tailwind CSS (with arbitrary values)
bg-[#AC532F]
text-[#AC532F]
border-[#AC532F]
// Example usage:
<div className="bg-[#AC532F]">