Hex Color #A29097 - Custom Color

Color Codes

HEX
#A29097
RGB
rgb(162, 144, 151)
HSL
hsl(337, 9%, 60%)
CMYK
cmyk(0%, 11%, 7%, 36%)
HSV
hsv(337, 11%, 64%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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