Hex Color #CD15E5 - Custom Color

Color Codes

HEX
#CD15E5
RGB
rgb(205, 21, 229)
HSL
hsl(293, 83%, 49%)
CMYK
cmyk(10%, 91%, 0%, 10%)
HSV
hsv(293, 91%, 90%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.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: #CD15E5;
color: #CD15E5;
border-color: #CD15E5;
}

Tailwind CSS (with arbitrary values)

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