Hex Color #ECAE8C - Custom Color

Color Codes

HEX
#ECAE8C
RGB
rgb(236, 174, 140)
HSL
hsl(21, 72%, 74%)
CMYK
cmyk(0%, 26%, 41%, 7%)
HSV
hsv(21, 41%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 11.00:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #ECAE8C;
color: #ECAE8C;
border-color: #ECAE8C;
}

Tailwind CSS (with arbitrary values)

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