Hex Color #D2CDBB - Custom Color

Color Codes

HEX
#D2CDBB
RGB
rgb(210, 205, 187)
HSL
hsl(47, 20%, 78%)
CMYK
cmyk(0%, 2%, 11%, 18%)
HSV
hsv(47, 11%, 82%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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