Hot Pink
#E66592
PinkColor Codes
All color formats for development
HEX
#E66592RGB
rgb(230, 101, 146)HSL
hsl(339, 72%, 65%)OKLCH
oklch(0.677 0.166 0.6)CMYK
cmyk(0%, 56%, 37%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E1497E
2#DD2C6A
3#C8205B
4#AB1C4E
5#8F1741
6#721334
7#560E27
8#39091A
9#1D050D
Tints
Lighter variations
1#E9759D
2#EB84A8
3#EE94B3
4#F0A3BE
5#F3B2C9
6#F5C2D4
7#F8D1DE
8#FAE0E9
9#FDF0F4
Tones
Muted variations
1#E06C94
2#D97296
3#D37998
4#CC7F9A
5#C6869C
6#BF8C9E
7#B992A0
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 #FAE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB8 | BordersInactive statesPlaceholder text |
| 400 | E665 #E66592 | Disabled statesSecondary iconsMuted text |
| 500 | DF3A #DF3A73 | Primary brand colorCTAsActive elementsLinks |
| 600 | C11F #C11F58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A19 #9A1946 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E12 #6E1232 | Text on light backgroundsHeadingsStrong borders |
| 900 | 460B #460B20 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0714 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F6;
--hot-pink-100: #FAE0E9;
--hot-pink-200: #F6C6D7;
--hot-pink-300: #EF9AB8;
--hot-pink-400: #E66592;
--hot-pink-500: #DF3A73;
--hot-pink-600: #C11F58;
--hot-pink-700: #9A1946;
--hot-pink-800: #6E1232;
--hot-pink-900: #460B20;
--hot-pink-950: #2C0714;
}