Hex Color #CC21DB - Custom Color
Color Codes
HEX
#CC21DB
RGB
rgb(204, 33, 219)
HSL
hsl(295, 74%, 49%)
CMYK
cmyk(7%, 85%, 0%, 14%)
HSV
hsv(295, 85%, 86%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.37:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.81: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: #CC21DB;
color: #CC21DB;
border-color: #CC21DB;
}
Tailwind CSS (with arbitrary values)
bg-[#CC21DB]
text-[#CC21DB]
border-[#CC21DB]
// Example usage:
<div className="bg-[#CC21DB]">