Hex Color #53643A - Custom Color

Color Codes

HEX
#53643A
RGB
rgb(83, 100, 58)
HSL
hsl(84, 27%, 31%)
CMYK
cmyk(17%, 0%, 42%, 61%)
HSV
hsv(84, 42%, 39%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.25: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: #53643A;
color: #53643A;
border-color: #53643A;
}

Tailwind CSS (with arbitrary values)

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