Hot Pink
#E765B3
PinkColor Codes
All color formats for development
HEX
#E765B3RGB
rgb(231, 101, 179)HSL
hsl(324, 73%, 65%)OKLCH
oklch(0.69 0.182 345.9)CMYK
cmyk(0%, 56%, 23%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E248A5
2#DE2B96
3#C91F85
4#AC1B72
5#8F165F
6#73124C
7#560D39
8#390926
9#1D0413
Tints
Lighter variations
1#E974BA
2#EC83C2
3#EE93CA
4#F1A2D1
5#F3B2D9
6#F5C1E1
7#F8D1E8
8#FAE0F0
9#FDF0F7
Tones
Muted variations
1#E06BB1
2#DA72B0
3#D378AF
4#CD7FAE
5#C685AC
6#C08CAB
7#B992AA
8#B399A8
9#AC9FA7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACD | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B3 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0389D | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2F | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF2F8;
--hot-pink-100: #FAE0F0;
--hot-pink-200: #F6C6E3;
--hot-pink-300: #EF9ACD;
--hot-pink-400: #E765B3;
--hot-pink-500: #E0389D;
--hot-pink-600: #C21E81;
--hot-pink-700: #9A1866;
--hot-pink-800: #6E1149;
--hot-pink-900: #470B2F;
--hot-pink-950: #2C071D;
}