Hex Color #DD958D - Custom Color

Color Codes

HEX
#DD958D
RGB
rgb(221, 149, 141)
HSL
hsl(6, 54%, 71%)
CMYK
cmyk(0%, 33%, 36%, 13%)
HSV
hsv(6, 36%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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