Hex Color #EDC1DB - Custom Color
Color Codes
HEX
#EDC1DB
RGB
rgb(237, 193, 219)
HSL
hsl(325, 55%, 84%)
CMYK
cmyk(0%, 19%, 8%, 7%)
HSV
hsv(325, 19%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.58:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 13.25: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: #EDC1DB;
color: #EDC1DB;
border-color: #EDC1DB;
}
Tailwind CSS (with arbitrary values)
bg-[#EDC1DB]
text-[#EDC1DB]
border-[#EDC1DB]
// Example usage:
<div className="bg-[#EDC1DB]">