Hex Color #D9728F - Custom Color
Color Codes
HEX
#D9728F
RGB
rgb(217, 114, 143)
HSL
hsl(343, 58%, 65%)
CMYK
cmyk(0%, 47%, 34%, 15%)
HSV
hsv(343, 47%, 85%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 3.11:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 6.75: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: #D9728F;
color: #D9728F;
border-color: #D9728F;
}
Tailwind CSS (with arbitrary values)
bg-[#D9728F]
text-[#D9728F]
border-[#D9728F]
// Example usage:
<div className="bg-[#D9728F]">