Hex Color #DFE1DC - Custom Color

Color Codes

HEX
#DFE1DC
RGB
rgb(223, 225, 220)
HSL
hsl(84, 8%, 87%)
CMYK
cmyk(1%, 0%, 2%, 12%)
HSV
hsv(84, 2%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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