Hex Color #DD6CFD - Custom Color

Color Codes

HEX
#DD6CFD
RGB
rgb(221, 108, 253)
HSL
hsl(287, 97%, 71%)
CMYK
cmyk(13%, 57%, 0%, 1%)
HSV
hsv(287, 57%, 99%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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