Hex Color #EDC9EF - Custom Color
Color Codes
HEX
#EDC9EF
RGB
rgb(237, 201, 239)
HSL
hsl(297, 54%, 86%)
CMYK
cmyk(1%, 16%, 0%, 6%)
HSV
hsv(297, 16%, 94%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.48:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 14.20: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: #EDC9EF;
color: #EDC9EF;
border-color: #EDC9EF;
}
Tailwind CSS (with arbitrary values)
bg-[#EDC9EF]
text-[#EDC9EF]
border-[#EDC9EF]
// Example usage:
<div className="bg-[#EDC9EF]">