Hex Color #DEFBD0 - Custom Color

Color Codes

HEX
#DEFBD0
RGB
rgb(222, 251, 208)
HSL
hsl(100, 84%, 90%)
CMYK
cmyk(12%, 0%, 17%, 2%)
HSV
hsv(100, 17%, 98%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 18.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: #DEFBD0;
color: #DEFBD0;
border-color: #DEFBD0;
}

Tailwind CSS (with arbitrary values)

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