Hex Color #AE929F - Custom Color

Color Codes

HEX
#AE929F
RGB
rgb(174, 146, 159)
HSL
hsl(332, 15%, 63%)
CMYK
cmyk(0%, 16%, 9%, 32%)
HSV
hsv(332, 16%, 68%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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