Hot Pink
#ED5EC5
PinkColor Codes
All color formats for development
HEX
#ED5EC5RGB
rgb(237, 94, 197)HSL
hsl(317, 80%, 65%)OKLCH
oklch(0.697 0.208 340.1)CMYK
cmyk(0%, 60%, 17%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41BA
2#E723AF
3#D1179C
4#B31486
5#951170
6#770D59
7#5A0A43
8#3C072D
9#1E0316
Tints
Lighter variations
1#EF6ECB
2#F17ED0
3#F38FD6
4#F49FDC
5#F6AFE2
6#F8BFE8
7#FACFEE
8#FBDFF3
9#FDEFF9
Tones
Muted variations
1#E665C2
2#DF6DBF
3#D874BB
4#D17BB8
5#C982B5
6#C289B2
7#BB90AF
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 #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D9 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC5 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1697 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11278 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490837 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FA;
--hot-pink-100: #FBDFF3;
--hot-pink-200: #F8C3E9;
--hot-pink-300: #F395D9;
--hot-pink-400: #ED5EC5;
--hot-pink-500: #E830B4;
--hot-pink-600: #CA1697;
--hot-pink-700: #A11278;
--hot-pink-800: #730D56;
--hot-pink-900: #490837;
--hot-pink-950: #2E0522;
}