Hex Color #60857E - Custom Color

Color Codes

HEX
#60857E
RGB
rgb(96, 133, 126)
HSL
hsl(169, 16%, 45%)
CMYK
cmyk(28%, 0%, 5%, 48%)
HSV
hsv(169, 28%, 52%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 5.15: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: #60857E;
color: #60857E;
border-color: #60857E;
}

Tailwind CSS (with arbitrary values)

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