Hot Pink
#E765C0
PinkColor Codes
All color formats for development
HEX
#E765C0RGB
rgb(231, 101, 192)HSL
hsl(318, 73%, 65%)OKLCH
oklch(0.695 0.19 340.7)CMYK
cmyk(0%, 56%, 17%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248B4
2#DE2BA8
3#C91F96
4#AC1B80
5#8F166B
6#731256
7#560D40
8#39092B
9#1D0415
Tints
Lighter variations
1#E974C6
2#EC83CC
3#EE93D3
4#F1A2D9
5#F3B2DF
6#F5C1E6
7#F8D1EC
8#FAE0F2
9#FDF0F9
Tones
Muted variations
1#E06BBD
2#DA72BB
3#D378B8
4#CD7FB5
5#C685B3
6#C08CB0
7#B992AE
8#B399AB
9#AC9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD5 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C0 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038AE | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B35 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2FA;
--hot-pink-100: #FAE0F2;
--hot-pink-200: #F6C6E8;
--hot-pink-300: #EF9AD5;
--hot-pink-400: #E765C0;
--hot-pink-500: #E038AE;
--hot-pink-600: #C21E91;
--hot-pink-700: #9A1873;
--hot-pink-800: #6E1152;
--hot-pink-900: #470B35;
--hot-pink-950: #2C0721;
}