Hot Pink
#E963B1
PinkColor Codes
All color formats for development
HEX
#E963B1RGB
rgb(233, 99, 177)HSL
hsl(325, 75%, 65%)OKLCH
oklch(0.689 0.185 347.1)CMYK
cmyk(0%, 58%, 24%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E546A2
2#E02994
3#CB1D83
4#AE1970
5#91155D
6#74114B
7#570C38
8#3A0825
9#1D0413
Tints
Lighter variations
1#EB72B9
2#ED82C1
3#EF92C8
4#F2A1D0
5#F4B1D8
6#F6C1E0
7#F8D0E8
8#FBE0EF
9#FDEFF7
Tones
Muted variations
1#E26AB0
2#DB70AF
3#D577AE
4#CE7EAC
5#C784AB
6#C18BAA
7#BA92A9
8#B398A8
9#AC9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098CC | BordersInactive statesPlaceholder text |
| 400 | E963 #E963B1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2369B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A2E | 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: #FDF2F8;
--hot-pink-100: #FBE0EF;
--hot-pink-200: #F7C5E2;
--hot-pink-300: #F098CC;
--hot-pink-400: #E963B1;
--hot-pink-500: #E2369B;
--hot-pink-600: #C41C7E;
--hot-pink-700: #9C1664;
--hot-pink-800: #701048;
--hot-pink-900: #470A2E;
--hot-pink-950: #2D061D;
}