Hot Pink
#EB60B8
PinkColor Codes
All color formats for development
HEX
#EB60B8RGB
rgb(235, 96, 184)HSL
hsl(322, 78%, 65%)OKLCH
oklch(0.691 0.196 344.5)CMYK
cmyk(0%, 59%, 22%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843AB
2#E4259E
3#CF1A8C
4#B11678
5#941264
6#760F50
7#590B3C
8#3B0728
9#1E0414
Tints
Lighter variations
1#ED70BF
2#EF80C6
3#F190CE
4#F3A0D5
5#F5B0DC
6#F7BFE3
7#F9CFEA
8#FBDFF1
9#FDEFF8
Tones
Muted variations
1#E467B6
2#DD6EB5
3#D675B3
4#D07CB1
5#C983AF
6#C28AAD
7#BB91AB
8#B498A9
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 | F8C4 #F8C4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490931 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | 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: #F8C4E5;
--hot-pink-300: #F297D1;
--hot-pink-400: #EB60B8;
--hot-pink-500: #E633A4;
--hot-pink-600: #C81988;
--hot-pink-700: #9F146C;
--hot-pink-800: #710E4D;
--hot-pink-900: #490931;
--hot-pink-950: #2D061F;
}