Hex Color #81163C - Custom Color

Color Codes

HEX
#81163C
RGB
rgb(129, 22, 60)
HSL
hsl(339, 71%, 30%)
CMYK
cmyk(0%, 83%, 53%, 49%)
HSV
hsv(339, 83%, 51%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 2.11: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: #81163C;
color: #81163C;
border-color: #81163C;
}

Tailwind CSS (with arbitrary values)

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