Hex Color #D364EE - Custom Color

Color Codes

HEX
#D364EE
RGB
rgb(211, 100, 238)
HSL
hsl(288, 80%, 66%)
CMYK
cmyk(11%, 58%, 0%, 7%)
HSV
hsv(288, 58%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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