Hex Color #D3889E - Custom Color

Color Codes

HEX
#D3889E
RGB
rgb(211, 136, 158)
HSL
hsl(342, 46%, 68%)
CMYK
cmyk(0%, 36%, 25%, 17%)
HSV
hsv(342, 36%, 83%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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