Hot Pink
#EC5F98
PinkColor Codes
All color formats for development
HEX
#EC5F98RGB
rgb(236, 95, 152)HSL
hsl(336, 79%, 65%)OKLCH
oklch(0.68 0.182 357.9)CMYK
cmyk(0%, 60%, 36%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94284
2#E52471
3#D01862
4#B21554
5#941146
6#770E38
7#590A2A
8#3B071C
9#1E030E
Tints
Lighter variations
1#EE6FA2
2#F07FAC
3#F28FB7
4#F49FC1
5#F6AFCB
6#F8BFD6
7#F9CFE0
8#FBDFEA
9#FDEFF5
Tones
Muted variations
1#E56699
2#DE6D9A
3#D7749C
4#D07B9D
5#C9829F
6#C28AA0
7#BB91A2
8#B498A3
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BB | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F98 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7327A | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9185E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0134B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490922 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0515 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFEA;
--hot-pink-200: #F8C4D9;
--hot-pink-300: #F396BB;
--hot-pink-400: #EC5F98;
--hot-pink-500: #E7327A;
--hot-pink-600: #C9185E;
--hot-pink-700: #A0134B;
--hot-pink-800: #720D36;
--hot-pink-900: #490922;
--hot-pink-950: #2E0515;
}