Hot Pink
#EC5FC4
PinkColor Codes
All color formats for development
HEX
#EC5FC4RGB
rgb(236, 95, 196)HSL
hsl(317, 79%, 65%)OKLCH
oklch(0.696 0.205 340.3)CMYK
cmyk(0%, 60%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E942B9
2#E524AF
3#D0189C
4#B21585
5#94116F
6#770E59
7#590A43
8#3B072C
9#1E0316
Tints
Lighter variations
1#EE6FCA
2#F07FD0
3#F28FD6
4#F49FDC
5#F6AFE2
6#F8BFE8
7#F9CFED
8#FBDFF3
9#FDEFF9
Tones
Muted variations
1#E566C1
2#DE6DBE
3#D774BB
4#D07BB8
5#C982B5
6#C28AB2
7#BB91AF
8#B498AC
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 #F8C4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396D8 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC4 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91897 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01378 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490937 | 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: #F8C4E9;
--hot-pink-300: #F396D8;
--hot-pink-400: #EC5FC4;
--hot-pink-500: #E732B4;
--hot-pink-600: #C91897;
--hot-pink-700: #A01378;
--hot-pink-800: #720D56;
--hot-pink-900: #490937;
--hot-pink-950: #2E0522;
}