Hex Color #EBB5ED - Custom Color
Color Codes
HEX
#EBB5ED
RGB
rgb(235, 181, 237)
HSL
hsl(298, 61%, 82%)
CMYK
cmyk(1%, 24%, 0%, 7%)
HSV
hsv(298, 24%, 93%)
Color Name
Custom Color
Color Variations
Color Harmonies
Accessibility
WCAG Contrast Ratios
Text on White Background
Sample Text
Contrast Ratio: 1.70:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)
Text on Black Background
Sample Text
Contrast Ratio: 12.36: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: #EBB5ED;
color: #EBB5ED;
border-color: #EBB5ED;
}
Tailwind CSS (with arbitrary values)
bg-[#EBB5ED]
text-[#EBB5ED]
border-[#EBB5ED]
// Example usage:
<div className="bg-[#EBB5ED]">