Hex Color #E9DCAA - Custom Color

Color Codes

HEX
#E9DCAA
RGB
rgb(233, 220, 170)
HSL
hsl(48, 59%, 79%)
CMYK
cmyk(0%, 6%, 27%, 9%)
HSV
hsv(48, 27%, 91%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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