Hex Color #867070 - Custom Color

Color Codes

HEX
#867070
RGB
rgb(134, 112, 112)
HSL
hsl(0, 9%, 48%)
CMYK
cmyk(0%, 16%, 16%, 47%)
HSV
hsv(0, 16%, 53%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.57: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: #867070;
color: #867070;
border-color: #867070;
}

Tailwind CSS (with arbitrary values)

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