Hex Color #DF7FDB - Custom Color
Color Codes
HEX
#DF7FDB
RGB
rgb(223, 127, 219)
HSL
hsl(303, 60%, 69%)
CMYK
cmyk(0%, 43%, 2%, 13%)
HSV
hsv(303, 43%, 87%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 2.56:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 8.20:1
Pass - WCAG AA (Normal Text)
Pass - 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: #DF7FDB;
color: #DF7FDB;
border-color: #DF7FDB;
}
Tailwind CSS (with arbitrary values)
bg-[#DF7FDB]
text-[#DF7FDB]
border-[#DF7FDB]
// Example usage:
<div className="bg-[#DF7FDB]">