Hex Color #DF4DEF - Custom Color
Color Codes
HEX
#DF4DEF
RGB
rgb(223, 77, 239)
HSL
hsl(294, 84%, 62%)
CMYK
cmyk(7%, 68%, 0%, 6%)
HSV
hsv(294, 68%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.26:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.45: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: #DF4DEF;
color: #DF4DEF;
border-color: #DF4DEF;
}
Tailwind CSS (with arbitrary values)
bg-[#DF4DEF]
text-[#DF4DEF]
border-[#DF4DEF]
// Example usage:
<div className="bg-[#DF4DEF]">