Hex Color #BF91EE - Custom Color

Color Codes

HEX
#BF91EE
RGB
rgb(191, 145, 238)
HSL
hsl(270, 73%, 75%)
CMYK
cmyk(20%, 39%, 0%, 7%)
HSV
hsv(270, 39%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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