Hot Pink
#E76594
PinkColor Codes
All color formats for development
HEX
#E76594RGB
rgb(231, 101, 148)HSL
hsl(338, 73%, 65%)OKLCH
oklch(0.679 0.167 359.9)CMYK
cmyk(0%, 56%, 36%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24881
2#DE2B6D
3#C91F5D
4#AC1B50
5#8F1643
6#731235
7#560D28
8#39091B
9#1D040D
Tints
Lighter variations
1#E9749F
2#EC83AA
3#EE93B4
4#F1A2BF
5#F3B2CA
6#F5C1D4
7#F8D1DF
8#FAE0EA
9#FDF0F4
Tones
Muted variations
1#E06B96
2#DA7298
3#D3789A
4#CD7F9B
5#C6859D
6#C08C9F
7#B992A1
8#B399A2
9#AC9FA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76594 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03876 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1848 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B21 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0715 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F6;
--hot-pink-100: #FAE0EA;
--hot-pink-200: #F6C6D7;
--hot-pink-300: #EF9AB9;
--hot-pink-400: #E76594;
--hot-pink-500: #E03876;
--hot-pink-600: #C21E5A;
--hot-pink-700: #9A1848;
--hot-pink-800: #6E1133;
--hot-pink-900: #470B21;
--hot-pink-950: #2C0715;
}