Hot Pink
#EB60C4
PinkColor Codes
All color formats for development
HEX
#EB60C4RGB
rgb(235, 96, 196)HSL
hsl(317, 78%, 65%)OKLCH
oklch(0.696 0.203 340)CMYK
cmyk(0%, 59%, 17%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E843B9
2#E425AE
3#CF1A9B
4#B11685
5#94126F
6#760F59
7#590B43
8#3B072C
9#1E0416
Tints
Lighter variations
1#ED70CA
2#EF80D0
3#F190D6
4#F3A0DC
5#F5B0E1
6#F7BFE7
7#F9CFED
8#FBDFF3
9#FDEFF9
Tones
Muted variations
1#E467C1
2#DD6EBE
3#D675BB
4#D07CB8
5#C983B5
6#C28AB2
7#BB91AF
8#B498AC
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 #F8C4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D8 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490937 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0622 | 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: #F8C4E9;
--hot-pink-300: #F297D8;
--hot-pink-400: #EB60C4;
--hot-pink-500: #E633B3;
--hot-pink-600: #C81996;
--hot-pink-700: #9F1477;
--hot-pink-800: #710E55;
--hot-pink-900: #490937;
--hot-pink-950: #2D0622;
}