Hex Color #DA727B - Custom Color

Color Codes

HEX
#DA727B
RGB
rgb(218, 114, 123)
HSL
hsl(355, 58%, 65%)
CMYK
cmyk(0%, 48%, 44%, 15%)
HSV
hsv(355, 48%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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