Hex Color #BB78DD - Custom Color

Color Codes

HEX
#BB78DD
RGB
rgb(187, 120, 221)
HSL
hsl(280, 60%, 67%)
CMYK
cmyk(15%, 46%, 0%, 13%)
HSV
hsv(280, 46%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 6.84:1
Pass - 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: #BB78DD;
color: #BB78DD;
border-color: #BB78DD;
}

Tailwind CSS (with arbitrary values)

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