Hex Color #EFD4AD - Custom Color
Color Codes
HEX
#EFD4AD
RGB
rgb(239, 212, 173)
HSL
hsl(35, 67%, 81%)
CMYK
cmyk(0%, 11%, 28%, 6%)
HSV
hsv(35, 28%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.43:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.69: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: #EFD4AD;
color: #EFD4AD;
border-color: #EFD4AD;
}
Tailwind CSS (with arbitrary values)
bg-[#EFD4AD]
text-[#EFD4AD]
border-[#EFD4AD]
// Example usage:
<div className="bg-[#EFD4AD]">