Hex Color #D78BFA - Custom Color

Color Codes

HEX
#D78BFA
RGB
rgb(215, 139, 250)
HSL
hsl(281, 92%, 76%)
CMYK
cmyk(14%, 44%, 0%, 2%)
HSV
hsv(281, 44%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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