Hex Color #AE585B - Custom Color

Color Codes

HEX
#AE585B
RGB
rgb(174, 88, 91)
HSL
hsl(358, 35%, 51%)
CMYK
cmyk(0%, 49%, 48%, 32%)
HSV
hsv(358, 49%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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