Hex Color #DEE189 - Custom Color

Color Codes

HEX
#DEE189
RGB
rgb(222, 225, 137)
HSL
hsl(62, 59%, 71%)
CMYK
cmyk(1%, 0%, 39%, 12%)
HSV
hsv(62, 39%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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