Hot Pink
#EC5F9C
PinkColor Codes
All color formats for development
HEX
#EC5F9CRGB
rgb(236, 95, 156)HSL
hsl(334, 79%, 65%)OKLCH
oklch(0.681 0.184 356.2)CMYK
cmyk(0%, 60%, 34%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E9428A
2#E52478
3#D01868
4#B21559
5#94114A
6#770E3B
7#590A2C
8#3B071E
9#1E030F
Tints
Lighter variations
1#EE6FA6
2#F07FB0
3#F28FBA
4#F49FC4
5#F6AFCE
6#F8BFD8
7#F9CFE1
8#FBDFEB
9#FDEFF5
Tones
Muted variations
1#E5669D
2#DE6D9E
3#D7749F
4#D07BA0
5#C982A1
6#C28AA2
7#BB91A3
8#B498A4
9#AD9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BE | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F9C | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73280 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490925 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F7;
--hot-pink-100: #FBDFEB;
--hot-pink-200: #F8C4DA;
--hot-pink-300: #F396BE;
--hot-pink-400: #EC5F9C;
--hot-pink-500: #E73280;
--hot-pink-600: #C91864;
--hot-pink-700: #A01350;
--hot-pink-800: #720D39;
--hot-pink-900: #490925;
--hot-pink-950: #2E0517;
}