Hex Color #80999D - Custom Color

Color Codes

HEX
#80999D
RGB
rgb(128, 153, 157)
HSL
hsl(188, 13%, 56%)
CMYK
cmyk(18%, 3%, 0%, 38%)
HSV
hsv(188, 18%, 62%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.96: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: #80999D;
color: #80999D;
border-color: #80999D;
}

Tailwind CSS (with arbitrary values)

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