Hot Pink
#ED5EBB
PinkColor Codes
All color formats for development
HEX
#ED5EBBRGB
rgb(237, 94, 187)HSL
hsl(321, 80%, 65%)OKLCH
oklch(0.693 0.202 343.8)CMYK
cmyk(0%, 60%, 21%, 7%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA41AF
2#E723A2
3#D11790
4#B3147B
5#951167
6#770D52
7#5A0A3E
8#3C0729
9#1E0315
Tints
Lighter variations
1#EF6EC2
2#F17EC9
3#F38FD0
4#F49FD6
5#F6AFDD
6#F8BFE4
7#FACFEB
8#FBDFF1
9#FDEFF8
Tones
Muted variations
1#E665B9
2#DF6DB7
3#D874B5
4#D17BB3
5#C982B0
6#C289AE
7#BB90AC
8#B497AA
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EBB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA168B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490833 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F9;
--hot-pink-100: #FBDFF1;
--hot-pink-200: #F8C3E6;
--hot-pink-300: #F395D2;
--hot-pink-400: #ED5EBB;
--hot-pink-500: #E830A8;
--hot-pink-600: #CA168B;
--hot-pink-700: #A1126F;
--hot-pink-800: #730D4F;
--hot-pink-900: #490833;
--hot-pink-950: #2E0520;
}