Hex Color #EFD1AE - Custom Color

Color Codes

HEX
#EFD1AE
RGB
rgb(239, 209, 174)
HSL
hsl(32, 67%, 81%)
CMYK
cmyk(0%, 13%, 27%, 6%)
HSV
hsv(32, 27%, 94%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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