Hex Color #EB6F76 - Custom Color

Color Codes

HEX
#EB6F76
RGB
rgb(235, 111, 118)
HSL
hsl(357, 76%, 68%)
CMYK
cmyk(0%, 53%, 50%, 8%)
HSV
hsv(357, 53%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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