Hex Color #D89DBC - Custom Color

Color Codes

HEX
#D89DBC
RGB
rgb(216, 157, 188)
HSL
hsl(328, 43%, 73%)
CMYK
cmyk(0%, 27%, 13%, 15%)
HSV
hsv(328, 27%, 85%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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