Hex Color #DF569A - Custom Color
Color Codes
HEX
#DF569A
RGB
rgb(223, 86, 154)
HSL
hsl(330, 68%, 61%)
CMYK
cmyk(0%, 61%, 31%, 13%)
HSV
hsv(330, 61%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.54:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 5.94: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: #DF569A;
color: #DF569A;
border-color: #DF569A;
}
Tailwind CSS (with arbitrary values)
bg-[#DF569A]
text-[#DF569A]
border-[#DF569A]
// Example usage:
<div className="bg-[#DF569A]">