Hex Color #82767A - Custom Color

Color Codes

HEX
#82767A
RGB
rgb(130, 118, 122)
HSL
hsl(340, 5%, 49%)
CMYK
cmyk(0%, 9%, 6%, 49%)
HSV
hsv(340, 9%, 51%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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