#EC4899
Tailwind pink-500
#EC4899 is a magenta colour. In RGB it is 236 red, 72 green and 153 blue, which converts to a hue of 330 degrees, 81% saturation and 60% lightness. It is Tailwind pink-500 in that design system's palette.
Color values
| HEX | #EC4899 |
|---|---|
| RGB | rgb(236, 72, 153) |
| HSL | hsl(330, 81%, 60%) |
| HSV | hsv(330, 69%, 93%) |
| CMYK | cmyk(0%, 69%, 35%, 7%) |
Contrast and accessibility
Against white the contrast ratio is 3.53:1, and against black it is 5.95:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.53:1 | Fail | AA |
| Black | 5.95:1 | AA | AAA |
Tints and shades
Lighter tints move #EC4899 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EC4899; |
|---|---|
| CSS rgb() | color: rgb(236 72 153); |
| Tailwind | bg-[#ec4899] |
| SwiftUI | Color(red: 0.925, green: 0.282, blue: 0.600) |
| Android | Color.parseColor("#EC4899") |
Closest named color
The nearest CSS colour keyword to #EC4899 is hotpink (#FF69B4).