Hex Color #AE9BAE - Custom Color

Color Codes

HEX
#AE9BAE
RGB
rgb(174, 155, 174)
HSL
hsl(300, 10%, 65%)
CMYK
cmyk(0%, 11%, 0%, 32%)
HSV
hsv(300, 11%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 8.10:1
Pass - WCAG AA (Normal Text)
Pass - 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: #AE9BAE;
color: #AE9BAE;
border-color: #AE9BAE;
}

Tailwind CSS (with arbitrary values)

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