Hex Color #E8177C - Custom Color

Color Codes

HEX
#E8177C
RGB
rgb(232, 23, 124)
HSL
hsl(331, 82%, 50%)
CMYK
cmyk(0%, 90%, 47%, 9%)
HSV
hsv(331, 90%, 91%)
Color Name
Custom Color

Color Variations

Color Harmonies

Accessibility

WCAG Contrast Ratios

Text on White Background

Sample Text

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

Text on Black Background

Sample Text

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

Tailwind CSS (with arbitrary values)

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