Hot Pink
#EB60B1
PinkColor Codes
All color formats for development
HEX
#EB60B1RGB
rgb(235, 96, 177)HSL
hsl(325, 78%, 65%)OKLCH
oklch(0.689 0.191 347.3)CMYK
cmyk(0%, 59%, 25%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843A3
2#E42595
3#CF1A83
4#B11670
5#94125E
6#760F4B
7#590B38
8#3B0725
9#1E0413
Tints
Lighter variations
1#ED70B9
2#EF80C1
3#F190C9
4#F3A0D0
5#F5B0D8
6#F7BFE0
7#F9CFE8
8#FBDFEF
9#FDEFF7
Tones
Muted variations
1#E467B0
2#DD6EAF
3#D675AE
4#D07CAD
5#C983AC
6#C28AAA
7#BB91A9
8#B498A8
9#AD9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CC | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B1 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8197F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F8;
--hot-pink-100: #FBDFEF;
--hot-pink-200: #F8C4E2;
--hot-pink-300: #F297CC;
--hot-pink-400: #EB60B1;
--hot-pink-500: #E6339B;
--hot-pink-600: #C8197F;
--hot-pink-700: #9F1465;
--hot-pink-800: #710E48;
--hot-pink-900: #49092E;
--hot-pink-950: #2D061D;
}