Hot Pink
#E765B9
PinkColor Codes
All color formats for development
HEX
#E765B9RGB
rgb(231, 101, 185)HSL
hsl(321, 73%, 65%)OKLCH
oklch(0.692 0.186 343.4)CMYK
cmyk(0%, 56%, 20%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248AC
2#DE2B9F
3#C91F8D
4#AC1B79
5#8F1665
6#731251
7#560D3D
8#390928
9#1D0414
Tints
Lighter variations
1#E974C0
2#EC83C7
3#EE93CE
4#F1A2D5
5#F3B2DC
6#F5C1E3
7#F8D1EA
8#FAE0F1
9#FDF0F8
Tones
Muted variations
1#E06BB7
2#DA72B5
3#D378B3
4#CD7FB1
5#C685B0
6#C08CAE
7#B992AC
8#B399AA
9#AC9FA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B9 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B32 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F9;
--hot-pink-100: #FAE0F1;
--hot-pink-200: #F6C6E5;
--hot-pink-300: #EF9AD1;
--hot-pink-400: #E765B9;
--hot-pink-500: #E038A5;
--hot-pink-600: #C21E89;
--hot-pink-700: #9A186D;
--hot-pink-800: #6E114E;
--hot-pink-900: #470B32;
--hot-pink-950: #2C071F;
}