Hot Pink
#ED5EB6
PinkColor Codes
All color formats for development
HEX
#ED5EB6RGB
rgb(237, 94, 182)HSL
hsl(323, 80%, 65%)OKLCH
oklch(0.691 0.199 345.6)CMYK
cmyk(0%, 60%, 23%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41A9
2#E7239B
3#D1178A
4#B31476
5#951162
6#770D4F
7#5A0A3B
8#3C0727
9#1E0314
Tints
Lighter variations
1#EF6EBE
2#F17EC5
3#F38FCC
4#F49FD3
5#F6AFDB
6#F8BFE2
7#FACFE9
8#FBDFF0
9#FDEFF8
Tones
Muted variations
1#E665B5
2#DF6DB3
3#D874B1
4#D17BB0
5#C982AE
6#C289AC
7#BB90AB
8#B497A9
9#AD9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB6 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1685 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490830 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F9;
--hot-pink-100: #FBDFF0;
--hot-pink-200: #F8C3E4;
--hot-pink-300: #F395CF;
--hot-pink-400: #ED5EB6;
--hot-pink-500: #E830A2;
--hot-pink-600: #CA1685;
--hot-pink-700: #A1126A;
--hot-pink-800: #730D4C;
--hot-pink-900: #490830;
--hot-pink-950: #2E051E;
}