Hex Color #E0D080 - Custom Color

Color Codes

HEX
#E0D080
RGB
rgb(224, 208, 128)
HSL
hsl(50, 61%, 69%)
CMYK
cmyk(0%, 7%, 43%, 12%)
HSV
hsv(50, 43%, 88%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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