Hex Color #AE92C3 - Custom Color

Color Codes

HEX
#AE92C3
RGB
rgb(174, 146, 195)
HSL
hsl(274, 29%, 67%)
CMYK
cmyk(11%, 25%, 0%, 24%)
HSV
hsv(274, 25%, 76%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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