Hex Color #DC52EE - Custom Color
Color Codes
HEX
#DC52EE
RGB
rgb(220, 82, 238)
HSL
hsl(293, 82%, 63%)
CMYK
cmyk(8%, 66%, 0%, 7%)
HSV
hsv(293, 66%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.24:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.48: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: #DC52EE;
color: #DC52EE;
border-color: #DC52EE;
}
Tailwind CSS (with arbitrary values)
bg-[#DC52EE]
text-[#DC52EE]
border-[#DC52EE]
// Example usage:
<div className="bg-[#DC52EE]">