Hex Color #756964 - Custom Color

Color Codes

HEX
#756964
RGB
rgb(117, 105, 100)
HSL
hsl(18, 8%, 43%)
CMYK
cmyk(0%, 10%, 15%, 54%)
HSV
hsv(18, 15%, 46%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.96: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: #756964;
color: #756964;
border-color: #756964;
}

Tailwind CSS (with arbitrary values)

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