Hex Color #EB79BC - Custom Color

Color Codes

HEX
#EB79BC
RGB
rgb(235, 121, 188)
HSL
hsl(325, 74%, 70%)
CMYK
cmyk(0%, 49%, 20%, 8%)
HSV
hsv(325, 49%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 7.99:1
Pass - WCAG AA (Normal Text)
Pass - WCAG AAA (Normal Text)

Recommended Text Color

For best readability on this background color, use white text.

Similar Colors

Color in Use

Card with colored border

Background with 20% opacity

CSS Code

.element {
background-color: #EB79BC;
color: #EB79BC;
border-color: #EB79BC;
}

Tailwind CSS (with arbitrary values)

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