Hex Color #A7524B - Custom Color

Color Codes

HEX
#A7524B
RGB
rgb(167, 82, 75)
HSL
hsl(5, 38%, 47%)
CMYK
cmyk(0%, 51%, 55%, 35%)
HSV
hsv(5, 55%, 65%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 5.31:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 3.95: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: #A7524B;
color: #A7524B;
border-color: #A7524B;
}

Tailwind CSS (with arbitrary values)

bg-[#A7524B]
text-[#A7524B]
border-[#A7524B]
// Example usage:
<div className="bg-[#A7524B]">