Hex Color #ECB6EC - Custom Color

Color Codes

HEX
#ECB6EC
RGB
rgb(236, 182, 236)
HSL
hsl(300, 59%, 82%)
CMYK
cmyk(0%, 23%, 0%, 7%)
HSV
hsv(300, 23%, 93%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

Contrast Ratio: 1.68:1
Fail - WCAG AA (Normal Text)
Fail - WCAG AAA (Normal Text)

Text on Black Background

Sample Text

Contrast Ratio: 12.47: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: #ECB6EC;
color: #ECB6EC;
border-color: #ECB6EC;
}

Tailwind CSS (with arbitrary values)

bg-[#ECB6EC]
text-[#ECB6EC]
border-[#ECB6EC]
// Example usage:
<div className="bg-[#ECB6EC]">