Hex Color #CD09CA - Custom Color

Color Codes

HEX
#CD09CA
RGB
rgb(205, 9, 202)
HSL
hsl(301, 92%, 42%)
CMYK
cmyk(0%, 96%, 1%, 20%)
HSV
hsv(301, 96%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.49:1
Fail - 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: #CD09CA;
color: #CD09CA;
border-color: #CD09CA;
}

Tailwind CSS (with arbitrary values)

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