Hex Color #C00CEF - Custom Color
Color Codes
HEX
#C00CEF
RGB
rgb(192, 12, 239)
HSL
hsl(288, 90%, 49%)
CMYK
cmyk(20%, 95%, 0%, 6%)
HSV
hsv(288, 95%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.63:1
Pass - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 4.54: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: #C00CEF;
color: #C00CEF;
border-color: #C00CEF;
}
Tailwind CSS (with arbitrary values)
bg-[#C00CEF]
text-[#C00CEF]
border-[#C00CEF]
// Example usage:
<div className="bg-[#C00CEF]">