Hot Pink
#EC5FC2
PinkColor Codes
All color formats for development
HEX
#EC5FC2RGB
rgb(236, 95, 194)HSL
hsl(318, 79%, 65%)OKLCH
oklch(0.696 0.204 341)CMYK
cmyk(0%, 60%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942B7
2#E524AB
3#D01899
4#B21583
5#94116D
6#770E57
7#590A41
8#3B072C
9#1E0316
Tints
Lighter variations
1#EE6FC8
2#F07FCE
3#F28FD4
4#F49FDA
5#F6AFE0
6#F8BFE7
7#F9CFED
8#FBDFF3
9#FDEFF9
Tones
Muted variations
1#E566BF
2#DE6DBC
3#D774B9
4#D07BB7
5#C982B4
6#C28AB1
7#BB91AE
8#B498AB
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396D7 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC2 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91894 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01375 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490936 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FA;
--hot-pink-100: #FBDFF3;
--hot-pink-200: #F8C4E8;
--hot-pink-300: #F396D7;
--hot-pink-400: #EC5FC2;
--hot-pink-500: #E732B1;
--hot-pink-600: #C91894;
--hot-pink-700: #A01375;
--hot-pink-800: #720D54;
--hot-pink-900: #490936;
--hot-pink-950: #2E0522;
}