Hex Color #ADB984 - Custom Color

Color Codes

HEX
#ADB984
RGB
rgb(173, 185, 132)
HSL
hsl(74, 27%, 62%)
CMYK
cmyk(6%, 0%, 29%, 27%)
HSV
hsv(74, 29%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 10.05:1
Pass - WCAG AA (Normal Text)
Pass - 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: #ADB984;
color: #ADB984;
border-color: #ADB984;
}

Tailwind CSS (with arbitrary values)

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