Hex Color #D0EDDB - Custom Color

Color Codes

HEX
#D0EDDB
RGB
rgb(208, 237, 219)
HSL
hsl(143, 45%, 87%)
CMYK
cmyk(12%, 0%, 8%, 7%)
HSV
hsv(143, 12%, 93%)
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.82: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: #D0EDDB;
color: #D0EDDB;
border-color: #D0EDDB;
}

Tailwind CSS (with arbitrary values)

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