Hot Pink
#EB60BF
PinkColor Codes
All color formats for development
HEX
#EB60BFRGB
rgb(235, 96, 191)HSL
hsl(319, 78%, 65%)OKLCH
oklch(0.694 0.2 341.9)CMYK
cmyk(0%, 59%, 19%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843B3
2#E425A8
3#CF1A95
4#B11680
5#94126B
6#760F55
7#590B40
8#3B072B
9#1E0415
Tints
Lighter variations
1#ED70C6
2#EF80CC
3#F190D2
4#F3A0D9
5#F5B0DF
6#F7BFE6
7#F9CFEC
8#FBDFF2
9#FDEFF9
Tones
Muted variations
1#E467BD
2#DD6EBA
3#D675B8
4#D07CB5
5#C983B3
6#C28AB0
7#BB91AD
8#B498AB
9#AD9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D5 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BF | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633AD | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490934 | 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: #FBDFF2;
--hot-pink-200: #F8C4E7;
--hot-pink-300: #F297D5;
--hot-pink-400: #EB60BF;
--hot-pink-500: #E633AD;
--hot-pink-600: #C81990;
--hot-pink-700: #9F1473;
--hot-pink-800: #710E52;
--hot-pink-900: #490934;
--hot-pink-950: #2D0621;
}