Hex Color #DC14CC - Custom Color
Color Codes
HEX
#DC14CC
RGB
rgb(220, 20, 204)
HSL
hsl(305, 83%, 47%)
CMYK
cmyk(0%, 91%, 7%, 14%)
HSV
hsv(305, 91%, 86%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 4.19:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.02: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: #DC14CC;
color: #DC14CC;
border-color: #DC14CC;
}
Tailwind CSS (with arbitrary values)
bg-[#DC14CC]
text-[#DC14CC]
border-[#DC14CC]
// Example usage:
<div className="bg-[#DC14CC]">