Hot Pink
#ED5EB4
PinkColor Codes
All color formats for development
HEX
#ED5EB4RGB
rgb(237, 94, 180)HSL
hsl(324, 80%, 65%)OKLCH
oklch(0.69 0.198 346.4)CMYK
cmyk(0%, 60%, 24%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41A6
2#E72398
3#D11787
4#B31473
5#951160
6#770D4D
7#5A0A3A
8#3C0726
9#1E0313
Tints
Lighter variations
1#EF6EBC
2#F17EC3
3#F38FCB
4#F49FD2
5#F6AFDA
6#F8BFE1
7#FACFE9
8#FBDFF0
9#FDEFF8
Tones
Muted variations
1#E665B3
2#DF6DB1
3#D874B0
4#D17BAE
5#C982AD
6#C289AB
7#BB90AA
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 #F8C3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB4 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8309F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082F | 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: #F8C3E3;
--hot-pink-300: #F395CE;
--hot-pink-400: #ED5EB4;
--hot-pink-500: #E8309F;
--hot-pink-600: #CA1682;
--hot-pink-700: #A11268;
--hot-pink-800: #730D4A;
--hot-pink-900: #49082F;
--hot-pink-950: #2E051E;
}