Hex Color #A4544C - Custom Color

Color Codes

HEX
#A4544C
RGB
rgb(164, 84, 76)
HSL
hsl(5, 37%, 47%)
CMYK
cmyk(0%, 49%, 54%, 36%)
HSV
hsv(5, 54%, 64%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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