Hex Color #A24963 - Custom Color

Color Codes

HEX
#A24963
RGB
rgb(162, 73, 99)
HSL
hsl(342, 38%, 46%)
CMYK
cmyk(0%, 55%, 39%, 36%)
HSV
hsv(342, 55%, 64%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 3.67:1
Fail - 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: #A24963;
color: #A24963;
border-color: #A24963;
}

Tailwind CSS (with arbitrary values)

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