Hex Color #A0636D - Custom Color

Color Codes

HEX
#A0636D
RGB
rgb(160, 99, 109)
HSL
hsl(350, 24%, 51%)
CMYK
cmyk(0%, 38%, 32%, 37%)
HSV
hsv(350, 38%, 63%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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