Hot Pink
#EB60B4
PinkColor Codes
All color formats for development
HEX
#EB60B4RGB
rgb(235, 96, 180)HSL
hsl(324, 78%, 65%)OKLCH
oklch(0.69 0.193 346.1)CMYK
cmyk(0%, 59%, 23%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843A6
2#E42598
3#CF1A86
4#B11673
5#941260
6#760F4D
7#590B39
8#3B0726
9#1E0413
Tints
Lighter variations
1#ED70BB
2#EF80C3
3#F190CA
4#F3A0D2
5#F5B0D9
6#F7BFE1
7#F9CFE8
8#FBDFF0
9#FDEFF7
Tones
Muted variations
1#E467B2
2#DD6EB1
3#D675AF
4#D07CAE
5#C983AD
6#C28AAB
7#BB91AA
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 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | 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: #FDF1F9;
--hot-pink-100: #FBDFF0;
--hot-pink-200: #F8C4E3;
--hot-pink-300: #F297CD;
--hot-pink-400: #EB60B4;
--hot-pink-500: #E6339E;
--hot-pink-600: #C81982;
--hot-pink-700: #9F1467;
--hot-pink-800: #710E4A;
--hot-pink-900: #49092F;
--hot-pink-950: #2D061D;
}