Hex Color #59797D - Custom Color

Color Codes

HEX
#59797D
RGB
rgb(89, 121, 125)
HSL
hsl(187, 17%, 42%)
CMYK
cmyk(29%, 3%, 0%, 51%)
HSV
hsv(187, 29%, 49%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.46:1
Fail - 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: #59797D;
color: #59797D;
border-color: #59797D;
}

Tailwind CSS (with arbitrary values)

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