Hot Pink
#EC5FC0
PinkColor Codes
All color formats for development
HEX
#EC5FC0RGB
rgb(236, 95, 192)HSL
hsl(319, 79%, 65%)OKLCH
oklch(0.695 0.203 341.7)CMYK
cmyk(0%, 60%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942B4
2#E524A8
3#D01896
4#B21580
5#94116B
6#770E56
7#590A40
8#3B072B
9#1E0315
Tints
Lighter variations
1#EE6FC6
2#F07FCC
3#F28FD3
4#F49FD9
5#F6AFDF
6#F8BFE6
7#F9CFEC
8#FBDFF2
9#FDEFF9
Tones
Muted variations
1#E566BD
2#DE6DBA
3#D774B8
4#D07BB5
5#C982B3
6#C28AB0
7#BB91AE
8#B498AB
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396D5 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC0 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732AD | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490935 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FA;
--hot-pink-100: #FBDFF2;
--hot-pink-200: #F8C4E7;
--hot-pink-300: #F396D5;
--hot-pink-400: #EC5FC0;
--hot-pink-500: #E732AD;
--hot-pink-600: #C91891;
--hot-pink-700: #A01373;
--hot-pink-800: #720D52;
--hot-pink-900: #490935;
--hot-pink-950: #2E0521;
}