Hot Pink
#EB60BB
PinkColor Codes
All color formats for development
HEX
#EB60BBRGB
rgb(235, 96, 187)HSL
hsl(321, 78%, 65%)OKLCH
oklch(0.692 0.197 343.4)CMYK
cmyk(0%, 59%, 20%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843AE
2#E425A1
3#CF1A8F
4#B1167B
5#941266
6#760F52
7#590B3D
8#3B0729
9#1E0414
Tints
Lighter variations
1#ED70C1
2#EF80C8
3#F190CF
4#F3A0D6
5#F5B0DD
6#F7BFE4
7#F9CFEA
8#FBDFF1
9#FDEFF8
Tones
Muted variations
1#E467B9
2#DD6EB6
3#D675B4
4#D07CB2
5#C983B0
6#C28AAE
7#BB91AC
8#B498AA
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 #F8C4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D2 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BB | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8198A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490932 | 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: #F8C4E6;
--hot-pink-300: #F297D2;
--hot-pink-400: #EB60BB;
--hot-pink-500: #E633A7;
--hot-pink-600: #C8198A;
--hot-pink-700: #9F146E;
--hot-pink-800: #710E4F;
--hot-pink-900: #490932;
--hot-pink-950: #2D061F;
}