Hot Pink
#E9639F
PinkColor Codes
All color formats for development
HEX
#E9639FRGB
rgb(233, 99, 159)HSL
hsl(333, 75%, 65%)OKLCH
oklch(0.683 0.176 354.8)CMYK
cmyk(0%, 58%, 32%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E5468D
2#E0297B
3#CB1D6B
4#AE195C
5#91154D
6#74113D
7#570C2E
8#3A081F
9#1D040F
Tints
Lighter variations
1#EB72A9
2#ED82B2
3#EF92BC
4#F2A1C5
5#F4B1CF
6#F6C1D9
7#F8D0E2
8#FBE0EC
9#FDEFF5
Tones
Muted variations
1#E26AA0
2#DB70A0
3#D577A1
4#CE7EA2
5#C784A2
6#C18BA3
7#BA92A4
8#B398A4
9#AC9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639F | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23684 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F7;
--hot-pink-100: #FBE0EC;
--hot-pink-200: #F7C5DB;
--hot-pink-300: #F098C0;
--hot-pink-400: #E9639F;
--hot-pink-500: #E23684;
--hot-pink-600: #C41C68;
--hot-pink-700: #9C1653;
--hot-pink-800: #70103B;
--hot-pink-900: #470A26;
--hot-pink-950: #2D0618;
}