Hot Pink
#ED5EC0
PinkColor Codes
All color formats for development
HEX
#ED5EC0RGB
rgb(237, 94, 192)HSL
hsl(319, 80%, 65%)OKLCH
oklch(0.695 0.205 341.9)CMYK
cmyk(0%, 60%, 19%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41B4
2#E723A9
3#D11796
4#B31481
5#95116B
6#770D56
7#5A0A40
8#3C072B
9#1E0315
Tints
Lighter variations
1#EF6EC6
2#F17ECD
3#F38FD3
4#F49FD9
5#F6AFDF
6#F8BFE6
7#FACFEC
8#FBDFF2
9#FDEFF9
Tones
Muted variations
1#E665BD
2#DF6DBB
3#D874B8
4#D17BB5
5#C982B3
6#C289B0
7#BB90AE
8#B497AB
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC0 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AE | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490835 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FA;
--hot-pink-100: #FBDFF2;
--hot-pink-200: #F8C3E8;
--hot-pink-300: #F395D6;
--hot-pink-400: #ED5EC0;
--hot-pink-500: #E830AE;
--hot-pink-600: #CA1691;
--hot-pink-700: #A11273;
--hot-pink-800: #730D52;
--hot-pink-900: #490835;
--hot-pink-950: #2E0521;
}