Hot Pink
#E765AA
PinkColor Codes
All color formats for development
HEX
#E765AARGB
rgb(231, 101, 170)HSL
hsl(328, 73%, 65%)OKLCH
oklch(0.687 0.177 349.8)CMYK
cmyk(0%, 56%, 26%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E2489A
2#DE2B8B
3#C91F7A
4#AC1B68
5#8F1657
6#731246
7#560D34
8#390923
9#1D0411
Tints
Lighter variations
1#E974B3
2#EC83BB
3#EE93C4
4#F1A2CC
5#F3B2D5
6#F5C1DD
7#F8D1E6
8#FAE0EE
9#FDF0F7
Tones
Muted variations
1#E06BAA
2#DA72A9
3#D378A9
4#CD7FA8
5#C685A8
6#C08CA7
7#B992A7
8#B399A7
9#AC9FA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AA | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03892 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F8;
--hot-pink-100: #FAE0EE;
--hot-pink-200: #F6C6DF;
--hot-pink-300: #EF9AC7;
--hot-pink-400: #E765AA;
--hot-pink-500: #E03892;
--hot-pink-600: #C21E76;
--hot-pink-700: #9A185E;
--hot-pink-800: #6E1143;
--hot-pink-900: #470B2B;
--hot-pink-950: #2C071B;
}