Hex Color #BE497C - Custom Color

Color Codes

HEX
#BE497C
RGB
rgb(190, 73, 124)
HSL
hsl(334, 47%, 52%)
CMYK
cmyk(0%, 62%, 35%, 25%)
HSV
hsv(334, 62%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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