Hot Pink
#E96392
PinkColor Codes
All color formats for development
HEX
#E96392RGB
rgb(233, 99, 146)HSL
hsl(339, 75%, 65%)OKLCH
oklch(0.679 0.171 0.8)CMYK
cmyk(0%, 58%, 37%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E5467D
2#E02969
3#CB1D5A
4#AE194D
5#911540
6#741133
7#570C27
8#3A081A
9#1D040D
Tints
Lighter variations
1#EB729D
2#ED82A8
3#EF92B2
4#F2A1BD
5#F4B1C8
6#F6C1D3
7#F8D0DE
8#FBE0E9
9#FDEFF4
Tones
Muted variations
1#E26A94
2#DB7096
3#D57798
4#CE7E9A
5#C7849C
6#C18B9E
7#BA92A0
8#B398A2
9#AC9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098B7 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96392 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23672 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C57 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1645 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701031 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A20 | 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: #FDF2F6;
--hot-pink-100: #FBE0E9;
--hot-pink-200: #F7C5D6;
--hot-pink-300: #F098B7;
--hot-pink-400: #E96392;
--hot-pink-500: #E23672;
--hot-pink-600: #C41C57;
--hot-pink-700: #9C1645;
--hot-pink-800: #701031;
--hot-pink-900: #470A20;
--hot-pink-950: #2D0614;
}