Hex Color #A9798C - Custom Color

Color Codes

HEX
#A9798C
RGB
rgb(169, 121, 140)
HSL
hsl(336, 22%, 57%)
CMYK
cmyk(0%, 28%, 17%, 34%)
HSV
hsv(336, 28%, 66%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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