Hex Color #A18791 - Custom Color

Color Codes

HEX
#A18791
RGB
rgb(161, 135, 145)
HSL
hsl(337, 12%, 58%)
CMYK
cmyk(0%, 16%, 10%, 37%)
HSV
hsv(337, 16%, 63%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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