Hex Color #BA809C - Custom Color

Color Codes

HEX
#BA809C
RGB
rgb(186, 128, 156)
HSL
hsl(331, 30%, 62%)
CMYK
cmyk(0%, 31%, 16%, 27%)
HSV
hsv(331, 31%, 73%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.66:1
Pass - 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: #BA809C;
color: #BA809C;
border-color: #BA809C;
}

Tailwind CSS (with arbitrary values)

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