Hex Color #CC72BE - Custom Color
Color Codes
HEX
#CC72BE
RGB
rgb(204, 114, 190)
HSL
hsl(309, 47%, 62%)
CMYK
cmyk(0%, 44%, 7%, 20%)
HSV
hsv(309, 44%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.13:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.72: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: #CC72BE;
color: #CC72BE;
border-color: #CC72BE;
}
Tailwind CSS (with arbitrary values)
bg-[#CC72BE]
text-[#CC72BE]
border-[#CC72BE]
// Example usage:
<div className="bg-[#CC72BE]">