Hex Color #DD719E - Custom Color

Color Codes

HEX
#DD719E
RGB
rgb(221, 113, 158)
HSL
hsl(335, 61%, 65%)
CMYK
cmyk(0%, 49%, 29%, 13%)
HSV
hsv(335, 49%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 3.03:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 6.93: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: #DD719E;
color: #DD719E;
border-color: #DD719E;
}

Tailwind CSS (with arbitrary values)

bg-[#DD719E]
text-[#DD719E]
border-[#DD719E]
// Example usage:
<div className="bg-[#DD719E]">