Hot Pink
#ED5EA3
PinkColor Codes
All color formats for development
HEX
#ED5EA3RGB
rgb(237, 94, 163)HSL
hsl(331, 80%, 65%)OKLCH
oklch(0.684 0.189 353.3)CMYK
cmyk(0%, 60%, 31%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4192
2#E72381
3#D11771
4#B31461
5#951151
6#770D41
7#5A0A30
8#3C0720
9#1E0310
Tints
Lighter variations
1#EF6EAD
2#F17EB6
3#F38FBF
4#F49FC8
5#F6AFD1
6#F8BFDA
7#FACFE4
8#FBDFED
9#FDEFF6
Tones
Muted variations
1#E665A4
2#DF6DA4
3#D874A4
4#D17BA4
5#C982A5
6#C289A5
7#BB90A5
8#B497A5
9#AD9FA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83089 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11257 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490828 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0519 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F7;
--hot-pink-100: #FBDFED;
--hot-pink-200: #F8C3DD;
--hot-pink-300: #F395C3;
--hot-pink-400: #ED5EA3;
--hot-pink-500: #E83089;
--hot-pink-600: #CA166D;
--hot-pink-700: #A11257;
--hot-pink-800: #730D3E;
--hot-pink-900: #490828;
--hot-pink-950: #2E0519;
}