Hex Color #989081 - Custom Color

Color Codes

HEX
#989081
RGB
rgb(152, 144, 129)
HSL
hsl(39, 10%, 55%)
CMYK
cmyk(0%, 5%, 15%, 40%)
HSV
hsv(39, 15%, 60%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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