Hex Color #DBB4CD - Custom Color

Color Codes

HEX
#DBB4CD
RGB
rgb(219, 180, 205)
HSL
hsl(322, 35%, 78%)
CMYK
cmyk(0%, 18%, 6%, 14%)
HSV
hsv(322, 18%, 86%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 11.42:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use black text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #DBB4CD;
color: #DBB4CD;
border-color: #DBB4CD;
}

Tailwind CSS (with arbitrary values)

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