Hex Color #597D7D - Custom Color

Color Codes

HEX
#597D7D
RGB
rgb(89, 125, 125)
HSL
hsl(180, 17%, 42%)
CMYK
cmyk(29%, 0%, 0%, 51%)
HSV
hsv(180, 29%, 49%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.65: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: #597D7D;
color: #597D7D;
border-color: #597D7D;
}

Tailwind CSS (with arbitrary values)

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