Hex Color #AD414E - Custom Color

Color Codes

HEX
#AD414E
RGB
rgb(173, 65, 78)
HSL
hsl(353, 45%, 47%)
CMYK
cmyk(0%, 62%, 55%, 32%)
HSV
hsv(353, 62%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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