Hex Color #DDB3AE - Custom Color

Color Codes

HEX
#DDB3AE
RGB
rgb(221, 179, 174)
HSL
hsl(6, 41%, 77%)
CMYK
cmyk(0%, 19%, 21%, 13%)
HSV
hsv(6, 21%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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