Hex Color #868D86 - Custom Color

Color Codes

HEX
#868D86
RGB
rgb(134, 141, 134)
HSL
hsl(120, 3%, 54%)
CMYK
cmyk(5%, 0%, 5%, 45%)
HSV
hsv(120, 5%, 55%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.17: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: #868D86;
color: #868D86;
border-color: #868D86;
}

Tailwind CSS (with arbitrary values)

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