Hex Color #49032C - Custom Color

Color Codes

HEX
#49032C
RGB
rgb(73, 3, 44)
HSL
hsl(325, 92%, 15%)
CMYK
cmyk(0%, 96%, 40%, 71%)
HSV
hsv(325, 96%, 29%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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