Hex Color #BD7DDA - Custom Color

Color Codes

HEX
#BD7DDA
RGB
rgb(189, 125, 218)
HSL
hsl(281, 56%, 67%)
CMYK
cmyk(13%, 43%, 0%, 15%)
HSV
hsv(281, 43%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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