Hot Pink
#E963BC
PinkColor Codes
All color formats for development
HEX
#E963BCRGB
rgb(233, 99, 188)HSL
hsl(320, 75%, 65%)OKLCH
oklch(0.694 0.192 342.7)CMYK
cmyk(0%, 58%, 19%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E546B0
2#E029A3
3#CB1D91
4#AE197C
5#911568
6#741153
7#570C3E
8#3A0829
9#1D0415
Tints
Lighter variations
1#EB72C3
2#ED82C9
3#EF92D0
4#F2A1D7
5#F4B1DE
6#F6C1E4
7#F8D0EB
8#FBE0F2
9#FDEFF8
Tones
Muted variations
1#E26ABA
2#DB70B8
3#D577B5
4#CE7EB3
5#C784B1
6#C18BAF
7#BA92AC
8#B398AA
9#AC9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098D3 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963BC | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A33 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F9;
--hot-pink-100: #FBE0F2;
--hot-pink-200: #F7C5E6;
--hot-pink-300: #F098D3;
--hot-pink-400: #E963BC;
--hot-pink-500: #E236A9;
--hot-pink-600: #C41C8C;
--hot-pink-700: #9C1670;
--hot-pink-800: #701050;
--hot-pink-900: #470A33;
--hot-pink-950: #2D0620;
}