Hex Color #BF7DFC - Custom Color

Color Codes

HEX
#BF7DFC
RGB
rgb(191, 125, 252)
HSL
hsl(271, 95%, 74%)
CMYK
cmyk(24%, 50%, 0%, 1%)
HSV
hsv(271, 50%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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