Hot Pink
#EC5F9A
PinkColor Codes
All color formats for development
HEX
#EC5F9ARGB
rgb(236, 95, 154)HSL
hsl(335, 79%, 65%)OKLCH
oklch(0.681 0.183 357)CMYK
cmyk(0%, 60%, 35%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E94287
2#E52474
3#D01865
4#B21556
5#941148
6#770E3A
7#590A2B
8#3B071D
9#1E030E
Tints
Lighter variations
1#EE6FA4
2#F07FAE
3#F28FB8
4#F49FC2
5#F6AFCC
6#F8BFD7
7#F9CFE1
8#FBDFEB
9#FDEFF5
Tones
Muted variations
1#E5669B
2#DE6D9C
3#D7749E
4#D07B9F
5#C982A0
6#C28AA1
7#BB91A2
8#B498A3
9#AD9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BD | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F9A | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7327D | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91861 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0134D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490923 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0516 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFEB;
--hot-pink-200: #F8C4D9;
--hot-pink-300: #F396BD;
--hot-pink-400: #EC5F9A;
--hot-pink-500: #E7327D;
--hot-pink-600: #C91861;
--hot-pink-700: #A0134D;
--hot-pink-800: #720D37;
--hot-pink-900: #490923;
--hot-pink-950: #2E0516;
}