Hex Color #51766A - Custom Color

Color Codes

HEX
#51766A
RGB
rgb(81, 118, 106)
HSL
hsl(161, 19%, 39%)
CMYK
cmyk(31%, 0%, 10%, 54%)
HSV
hsv(161, 31%, 46%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.15: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: #51766A;
color: #51766A;
border-color: #51766A;
}

Tailwind CSS (with arbitrary values)

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