Hot Pink
#E96394
PinkColor Codes
All color formats for development
HEX
#E96394RGB
rgb(233, 99, 148)HSL
hsl(338, 75%, 65%)OKLCH
oklch(0.68 0.172 359.9)CMYK
cmyk(0%, 58%, 36%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E54680
2#E0296C
3#CB1D5D
4#AE1950
5#911542
6#741135
7#570C28
8#3A081B
9#1D040D
Tints
Lighter variations
1#EB729F
2#ED82A9
3#EF92B4
4#F2A1BF
5#F4B1C9
6#F6C1D4
7#F8D0DF
8#FBE0EA
9#FDEFF4
Tones
Muted variations
1#E26A96
2#DB7097
3#D57799
4#CE7E9B
5#C7849D
6#C18B9F
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 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098B9 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96394 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23675 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1647 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A21 | 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: #FBE0EA;
--hot-pink-200: #F7C5D7;
--hot-pink-300: #F098B9;
--hot-pink-400: #E96394;
--hot-pink-500: #E23675;
--hot-pink-600: #C41C5A;
--hot-pink-700: #9C1647;
--hot-pink-800: #701033;
--hot-pink-900: #470A21;
--hot-pink-950: #2D0614;
}