Hex Color #744186 - Custom Color

Color Codes

HEX
#744186
RGB
rgb(116, 65, 134)
HSL
hsl(284, 35%, 39%)
CMYK
cmyk(13%, 51%, 0%, 47%)
HSV
hsv(284, 51%, 53%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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