Hot Pink
#EB60B6
PinkColor Codes
All color formats for development
HEX
#EB60B6RGB
rgb(235, 96, 182)HSL
hsl(323, 78%, 65%)OKLCH
oklch(0.69 0.194 345.3)CMYK
cmyk(0%, 59%, 23%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843A8
2#E4259B
3#CF1A89
4#B11676
5#941262
6#760F4E
7#590B3B
8#3B0727
9#1E0414
Tints
Lighter variations
1#ED70BD
2#EF80C5
3#F190CC
4#F3A0D3
5#F5B0DA
6#F7BFE2
7#F9CFE9
8#FBDFF0
9#FDEFF8
Tones
Muted variations
1#E467B4
2#DD6EB3
3#D675B1
4#D07CAF
5#C983AE
6#C28AAC
7#BB91AB
8#B498A9
9#AD9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CF | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F9;
--hot-pink-100: #FBDFF0;
--hot-pink-200: #F8C4E4;
--hot-pink-300: #F297CF;
--hot-pink-400: #EB60B6;
--hot-pink-500: #E633A1;
--hot-pink-600: #C81985;
--hot-pink-700: #9F1469;
--hot-pink-800: #710E4B;
--hot-pink-900: #490930;
--hot-pink-950: #2D061E;
}