Hex Color #CC10AD - Custom Color

Color Codes

HEX
#CC10AD
RGB
rgb(204, 16, 173)
HSL
hsl(310, 85%, 43%)
CMYK
cmyk(0%, 92%, 15%, 20%)
HSV
hsv(310, 92%, 80%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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