Hex Color #DDAEB0 - Custom Color

Color Codes

HEX
#DDAEB0
RGB
rgb(221, 174, 176)
HSL
hsl(357, 41%, 77%)
CMYK
cmyk(0%, 21%, 20%, 13%)
HSV
hsv(357, 21%, 87%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 10.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: #DDAEB0;
color: #DDAEB0;
border-color: #DDAEB0;
}

Tailwind CSS (with arbitrary values)

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