Hex Color #501B1D - Custom Color

Color Codes

HEX
#501B1D
RGB
rgb(80, 27, 29)
HSL
hsl(358, 50%, 21%)
CMYK
cmyk(0%, 66%, 64%, 69%)
HSV
hsv(358, 66%, 31%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 1.52: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: #501B1D;
color: #501B1D;
border-color: #501B1D;
}

Tailwind CSS (with arbitrary values)

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