Hex Color #EEDCD7 - Custom Color
Color Codes
HEX
#EEDCD7
RGB
rgb(238, 220, 215)
HSL
hsl(13, 40%, 89%)
CMYK
cmyk(0%, 8%, 10%, 7%)
HSV
hsv(13, 10%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.32:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 15.85: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: #EEDCD7;
color: #EEDCD7;
border-color: #EEDCD7;
}
Tailwind CSS (with arbitrary values)
bg-[#EEDCD7]
text-[#EEDCD7]
border-[#EEDCD7]
// Example usage:
<div className="bg-[#EEDCD7]">