Hot Pink
#E7659D
PinkColor Codes
All color formats for development
HEX
#E7659DRGB
rgb(231, 101, 157)HSL
hsl(334, 73%, 65%)OKLCH
oklch(0.682 0.171 355.6)CMYK
cmyk(0%, 56%, 32%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2488B
2#DE2B79
3#C91F69
4#AC1B5A
5#8F164B
6#73123C
7#560D2D
8#39091E
9#1D040F
Tints
Lighter variations
1#E974A7
2#EC83B1
3#EE93BA
4#F1A2C4
5#F3B2CE
6#F5C1D8
7#F8D1E2
8#FAE0EB
9#FDF0F5
Tones
Muted variations
1#E06B9E
2#DA729F
3#D378A0
4#CD7FA1
5#C685A1
6#C08CA2
7#B992A3
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 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABF | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659D | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03881 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1851 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B25 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0717 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F7;
--hot-pink-100: #FAE0EB;
--hot-pink-200: #F6C6DB;
--hot-pink-300: #EF9ABF;
--hot-pink-400: #E7659D;
--hot-pink-500: #E03881;
--hot-pink-600: #C21E65;
--hot-pink-700: #9A1851;
--hot-pink-800: #6E113A;
--hot-pink-900: #470B25;
--hot-pink-950: #2C0717;
}