Hot Pink
#EB6093
PinkColor Codes
All color formats for development
HEX
#EB6093RGB
rgb(235, 96, 147)HSL
hsl(338, 78%, 65%)OKLCH
oklch(0.678 0.178 0.1)CMYK
cmyk(0%, 59%, 37%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E8437F
2#E4256B
3#CF1A5C
4#B1164F
5#941242
6#760F35
7#590B27
8#3B071A
9#1E040D
Tints
Lighter variations
1#ED709E
2#EF80A9
3#F190B4
4#F3A0BE
5#F5B0C9
6#F7BFD4
7#F9CFDF
8#FBDFE9
9#FDEFF4
Tones
Muted variations
1#E46795
2#DD6E97
3#D67599
4#D07C9B
5#C9839C
6#C28A9E
7#BB91A0
8#B498A2
9#AD9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B8 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6093 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63374 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81959 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1447 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E32 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490920 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1F6;
--hot-pink-100: #FBDFE9;
--hot-pink-200: #F8C4D7;
--hot-pink-300: #F297B8;
--hot-pink-400: #EB6093;
--hot-pink-500: #E63374;
--hot-pink-600: #C81959;
--hot-pink-700: #9F1447;
--hot-pink-800: #710E32;
--hot-pink-900: #490920;
--hot-pink-950: #2D0614;
}