Hot Pink
#E76599
PinkColor Codes
All color formats for development
HEX
#E76599RGB
rgb(231, 101, 153)HSL
hsl(336, 73%, 65%)OKLCH
oklch(0.681 0.169 357.5)CMYK
cmyk(0%, 56%, 34%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E24886
2#DE2B73
3#C91F63
4#AC1B55
5#8F1647
6#731239
7#560D2A
8#39091C
9#1D040E
Tints
Lighter variations
1#E974A3
2#EC83AD
3#EE93B7
4#F1A2C2
5#F3B2CC
6#F5C1D6
7#F8D1E0
8#FAE0EB
9#FDF0F5
Tones
Muted variations
1#E06B9A
2#DA729B
3#D3789D
4#CD7F9E
5#C6859F
6#C08CA1
7#B992A2
8#B399A3
9#AC9FA4
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 #F6C6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABC | BordersInactive statesPlaceholder text |
| 400 | E765 #E76599 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387B | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B23 | 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: #F6C6D9;
--hot-pink-300: #EF9ABC;
--hot-pink-400: #E76599;
--hot-pink-500: #E0387B;
--hot-pink-600: #C21E60;
--hot-pink-700: #9A184C;
--hot-pink-800: #6E1136;
--hot-pink-900: #470B23;
--hot-pink-950: #2C0716;
}