Hot Pink
#EB60C2
PinkColor Codes
All color formats for development
HEX
#EB60C2RGB
rgb(235, 96, 194)HSL
hsl(318, 78%, 65%)OKLCH
oklch(0.695 0.202 340.8)CMYK
cmyk(0%, 59%, 17%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843B6
2#E425AB
3#CF1A98
4#B11682
5#94126D
6#760F57
7#590B41
8#3B072B
9#1E0416
Tints
Lighter variations
1#ED70C8
2#EF80CE
3#F190D4
4#F3A0DA
5#F5B0E0
6#F7BFE6
7#F9CFED
8#FBDFF3
9#FDEFF9
Tones
Muted variations
1#E467BF
2#DD6EBC
3#D675B9
4#D07CB6
5#C983B4
6#C28AB1
7#BB91AE
8#B498AB
9#AD9FA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81993 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1475 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490936 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FA;
--hot-pink-100: #FBDFF3;
--hot-pink-200: #F8C4E8;
--hot-pink-300: #F297D7;
--hot-pink-400: #EB60C2;
--hot-pink-500: #E633B0;
--hot-pink-600: #C81993;
--hot-pink-700: #9F1475;
--hot-pink-800: #710E54;
--hot-pink-900: #490936;
--hot-pink-950: #2D0621;
}