Hot Pink
#ED5EC2
PinkColor Codes
All color formats for development
HEX
#ED5EC2RGB
rgb(237, 94, 194)HSL
hsl(318, 80%, 65%)OKLCH
oklch(0.696 0.206 341.2)CMYK
cmyk(0%, 60%, 18%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41B7
2#E723AC
3#D11799
4#B31483
5#95116D
6#770D58
7#5A0A42
8#3C072C
9#1E0316
Tints
Lighter variations
1#EF6EC8
2#F17ECE
3#F38FD5
4#F49FDB
5#F6AFE1
6#F8BFE7
7#FACFED
8#FBDFF3
9#FDEFF9
Tones
Muted variations
1#E665BF
2#DF6DBD
3#D874BA
4#D17BB7
5#C982B4
6#C289B1
7#BB90AE
8#B497AB
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 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC2 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1694 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490836 | 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: #F8C3E8;
--hot-pink-300: #F395D7;
--hot-pink-400: #ED5EC2;
--hot-pink-500: #E830B1;
--hot-pink-600: #CA1694;
--hot-pink-700: #A11276;
--hot-pink-800: #730D54;
--hot-pink-900: #490836;
--hot-pink-950: #2E0522;
}