Hot Pink
#ED5EC7
PinkColor Codes
All color formats for development
HEX
#ED5EC7RGB
rgb(237, 94, 199)HSL
hsl(316, 80%, 65%)OKLCH
oklch(0.698 0.21 339.4)CMYK
cmyk(0%, 60%, 16%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41BD
2#E723B2
3#D1179F
4#B31489
5#951172
6#770D5B
7#5A0A44
8#3C072E
9#1E0317
Tints
Lighter variations
1#EF6ECD
2#F17ED2
3#F38FD8
4#F49FDD
5#F6AFE3
6#F8BFE9
7#FACFEE
8#FBDFF4
9#FDEFF9
Tones
Muted variations
1#E665C4
2#DF6DC0
3#D874BD
4#D17BBA
5#C982B6
6#C289B3
7#BB90B0
8#B497AC
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DA | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC7 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490838 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FA;
--hot-pink-100: #FBDFF4;
--hot-pink-200: #F8C3EA;
--hot-pink-300: #F395DA;
--hot-pink-400: #ED5EC7;
--hot-pink-500: #E830B7;
--hot-pink-600: #CA169A;
--hot-pink-700: #A1127B;
--hot-pink-800: #730D58;
--hot-pink-900: #490838;
--hot-pink-950: #2E0523;
}