Hex Color #CC388C - Custom Color
Color Codes
HEX
#CC388C
RGB
rgb(204, 56, 140)
HSL
hsl(326, 59%, 51%)
CMYK
cmyk(0%, 73%, 31%, 20%)
HSV
hsv(326, 73%, 80%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.65:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.51: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: #CC388C;
color: #CC388C;
border-color: #CC388C;
}
Tailwind CSS (with arbitrary values)
bg-[#CC388C]
text-[#CC388C]
border-[#CC388C]
// Example usage:
<div className="bg-[#CC388C]">