Hex Color #DEF1BC - Custom Color

Color Codes

HEX
#DEF1BC
RGB
rgb(222, 241, 188)
HSL
hsl(82, 65%, 84%)
CMYK
cmyk(8%, 0%, 22%, 5%)
HSV
hsv(82, 22%, 95%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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