Hot Pink
#E7659F
PinkColor Codes
All color formats for development
HEX
#E7659FRGB
rgb(231, 101, 159)HSL
hsl(333, 73%, 65%)OKLCH
oklch(0.683 0.172 354.7)CMYK
cmyk(0%, 56%, 31%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2488D
2#DE2B7C
3#C91F6C
4#AC1B5C
5#8F164D
6#73123D
7#560D2E
8#39091F
9#1D040F
Tints
Lighter variations
1#E974A9
2#EC83B2
3#EE93BC
4#F1A2C6
5#F3B2CF
6#F5C1D9
7#F8D1E2
8#FAE0EC
9#FDF0F5
Tones
Muted variations
1#E06BA0
2#DA72A1
3#D378A1
4#CD7FA2
5#C685A2
6#C08CA3
7#B992A4
8#B399A4
9#AC9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03884 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1853 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B26 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0718 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F7;
--hot-pink-100: #FAE0EC;
--hot-pink-200: #F6C6DB;
--hot-pink-300: #EF9AC0;
--hot-pink-400: #E7659F;
--hot-pink-500: #E03884;
--hot-pink-600: #C21E68;
--hot-pink-700: #9A1853;
--hot-pink-800: #6E113B;
--hot-pink-900: #470B26;
--hot-pink-950: #2C0718;
}