Hex Color #BD2DBC - Custom Color

Color Codes

HEX
#BD2DBC
RGB
rgb(189, 45, 188)
HSL
hsl(300, 62%, 46%)
CMYK
cmyk(0%, 76%, 1%, 26%)
HSV
hsv(300, 76%, 74%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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