Hex Color #BE87BA - Custom Color

Color Codes

HEX
#BE87BA
RGB
rgb(190, 135, 186)
HSL
hsl(304, 30%, 64%)
CMYK
cmyk(0%, 29%, 2%, 25%)
HSV
hsv(304, 29%, 75%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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