Hex Color #CC4FEB - Custom Color
Color Codes
HEX
#CC4FEB
RGB
rgb(204, 79, 235)
HSL
hsl(288, 80%, 62%)
CMYK
cmyk(13%, 66%, 0%, 8%)
HSV
hsv(288, 66%, 92%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.57:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.89: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: #CC4FEB;
color: #CC4FEB;
border-color: #CC4FEB;
}
Tailwind CSS (with arbitrary values)
bg-[#CC4FEB]
text-[#CC4FEB]
border-[#CC4FEB]
// Example usage:
<div className="bg-[#CC4FEB]">