Hex Color #DDE7EF - Custom Color

Color Codes

HEX
#DDE7EF
RGB
rgb(221, 231, 239)
HSL
hsl(207, 36%, 90%)
CMYK
cmyk(8%, 3%, 0%, 6%)
HSV
hsv(207, 8%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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