Hex Color #AEB776 - Custom Color

Color Codes

HEX
#AEB776
RGB
rgb(174, 183, 118)
HSL
hsl(68, 31%, 59%)
CMYK
cmyk(5%, 0%, 36%, 28%)
HSV
hsv(68, 36%, 72%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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