Hex Color #808080 - Gray

Color Codes

HEX
#808080
RGB
rgb(128, 128, 128)
HSL
hsl(0, 0%, 50%)
CMYK
cmyk(0%, 0%, 0%, 50%)
HSV
hsv(0, 0%, 50%)
Color Name
Gray

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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