Hex Color #86766E - Custom Color

Color Codes

HEX
#86766E
RGB
rgb(134, 118, 110)
HSL
hsl(20, 10%, 48%)
CMYK
cmyk(0%, 12%, 18%, 47%)
HSV
hsv(20, 18%, 53%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.83:1
Pass - 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: #86766E;
color: #86766E;
border-color: #86766E;
}

Tailwind CSS (with arbitrary values)

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