Hot Pink
#E7659B
PinkColor Codes
All color formats for development
HEX
#E7659BRGB
rgb(231, 101, 155)HSL
hsl(335, 73%, 65%)OKLCH
oklch(0.682 0.17 356.6)CMYK
cmyk(0%, 56%, 33%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24888
2#DE2B76
3#C91F66
4#AC1B57
5#8F1649
6#73123A
7#560D2C
8#39091D
9#1D040F
Tints
Lighter variations
1#E974A5
2#EC83AF
3#EE93B9
4#F1A2C3
5#F3B2CD
6#F5C1D7
7#F8D1E1
8#FAE0EB
9#FDF0F5
Tones
Muted variations
1#E06B9C
2#DA729D
3#D3789E
4#CD7F9F
5#C685A0
6#C08CA1
7#B992A2
8#B399A4
9#AC9FA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABD | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659B | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387E | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1138 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B24 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F6;
--hot-pink-100: #FAE0EB;
--hot-pink-200: #F6C6DA;
--hot-pink-300: #EF9ABD;
--hot-pink-400: #E7659B;
--hot-pink-500: #E0387E;
--hot-pink-600: #C21E63;
--hot-pink-700: #9A184E;
--hot-pink-800: #6E1138;
--hot-pink-900: #470B24;
--hot-pink-950: #2C0716;
}