Hex Color #A0372C - Custom Color

Color Codes

HEX
#A0372C
RGB
rgb(160, 55, 44)
HSL
hsl(6, 57%, 40%)
CMYK
cmyk(0%, 66%, 72%, 37%)
HSV
hsv(6, 73%, 63%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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