Hot Pink
#ED5E9A
PinkColor Codes
All color formats for development
HEX
#ED5E9ARGB
rgb(237, 94, 154)HSL
hsl(335, 80%, 65%)OKLCH
oklch(0.681 0.185 357.1)CMYK
cmyk(0%, 60%, 35%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA4187
2#E72374
3#D11765
4#B31456
5#951148
6#770D39
7#5A0A2B
8#3C071D
9#1E030E
Tints
Lighter variations
1#EF6EA4
2#F17EAE
3#F38FB8
4#F49FC2
5#F6AFCC
6#F8BFD7
7#FACFE1
8#FBDFEB
9#FDEFF5
Tones
Muted variations
1#E6659B
2#DF6D9C
3#D8749D
4#D17B9F
5#C982A0
6#C289A1
7#BB90A2
8#B497A3
9#AD9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395BD | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E9A | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8307D | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1661 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1124D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D37 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490823 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0516 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFEB;
--hot-pink-200: #F8C3D9;
--hot-pink-300: #F395BD;
--hot-pink-400: #ED5E9A;
--hot-pink-500: #E8307D;
--hot-pink-600: #CA1661;
--hot-pink-700: #A1124D;
--hot-pink-800: #730D37;
--hot-pink-900: #490823;
--hot-pink-950: #2E0516;
}