Hex Color #EB1446 - Custom Color

Color Codes

HEX
#EB1446
RGB
rgb(235, 20, 70)
HSL
hsl(346, 84%, 50%)
CMYK
cmyk(0%, 91%, 70%, 8%)
HSV
hsv(346, 91%, 92%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

Contrast Ratio: 4.72:1
Pass - WCAG AA (Normal Text)
Fail - 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: #EB1446;
color: #EB1446;
border-color: #EB1446;
}

Tailwind CSS (with arbitrary values)

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