Hot Pink (Pink)
#EC4899
RGB: 236, 72, 153
Color OverviewHEX #EC4899

#EC4899 Color Code Information

In the RGB color space, #EC4899 is composed of 93% red, 28% green, and 60% blue. In the HSL color space, it has a hue of 330°, saturation of 81%, and lightness of 60%.

HEX
#EC4899
RGB
236, 72, 153
HSL
330°, 81%, 60%
HSV
330°, 69%, 93%
CMYK
0%, 69%, 35%, 7%
Name Match
Hot Pink
Closest Standard

Shades of #EC4899 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #EC4899 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #EC4899 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #EC4899

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #EC4899 Background
Contrast Ratio against Pure White (#FFFFFF):3.53 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EC4899 Background
Contrast Ratio against Pure Black (#000000):5.95 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #EC4899;
}

.element {
  color: #EC4899;
  background-color: #EC4899;
  border-color: #EC4899;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#EC4899] text-[#EC4899] border-[#EC4899]">
  Content styled with #EC4899
</div>