Hex Color #E6DEDF - Custom Color

Color Codes

HEX
#E6DEDF
RGB
rgb(230, 222, 223)
HSL
hsl(353, 14%, 89%)
CMYK
cmyk(0%, 3%, 3%, 10%)
HSV
hsv(353, 3%, 90%)
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.88: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: #E6DEDF;
color: #E6DEDF;
border-color: #E6DEDF;
}

Tailwind CSS (with arbitrary values)

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