Hex Color #B1528D - Custom Color

Color Codes

HEX
#B1528D
RGB
rgb(177, 82, 141)
HSL
hsl(323, 38%, 51%)
CMYK
cmyk(0%, 54%, 20%, 31%)
HSV
hsv(323, 54%, 69%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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