Hex Color #64604E - Custom Color

Color Codes

HEX
#64604E
RGB
rgb(100, 96, 78)
HSL
hsl(49, 12%, 35%)
CMYK
cmyk(0%, 4%, 22%, 61%)
HSV
hsv(49, 22%, 39%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.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: #64604E;
color: #64604E;
border-color: #64604E;
}

Tailwind CSS (with arbitrary values)

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