Hex Color #CD1570 - Custom Color

Color Codes

HEX
#CD1570
RGB
rgb(205, 21, 112)
HSL
hsl(330, 81%, 44%)
CMYK
cmyk(0%, 90%, 45%, 20%)
HSV
hsv(330, 90%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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