Hot Pink
#E633C5
PinkColor Codes
All color formats for development
HEX
#E633C5RGB
rgb(230, 51, 197)HSL
hsl(311, 78%, 55%)OKLCH
oklch(0.648 0.254 337)CMYK
cmyk(0%, 78%, 14%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E11CBD
2#C819A8
3#AF1693
4#96137E
5#7D0F69
6#640C54
7#4B093F
8#32062A
9#190315
Tints
Lighter variations
1#E847CB
2#EB5CD1
3#ED70D6
4#F084DC
5#F299E2
6#F5ADE8
7#F7C2EE
8#FAD6F3
9#FCEBF9
Tones
Muted variations
1#DD3CBF
2#D445BA
3#CB4EB4
4#C257AE
5#B95FA9
6#B068A3
7#A7719D
8#9E7A98
9#958392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1485 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FB;
--hot-pink-100: #FBDFF6;
--hot-pink-200: #F8C4EE;
--hot-pink-300: #F297E1;
--hot-pink-400: #EB60D2;
--hot-pink-500: #E633C5;
--hot-pink-600: #C819A8;
--hot-pink-700: #9F1485;
--hot-pink-800: #710E5F;
--hot-pink-900: #49093D;
--hot-pink-950: #2D0626;
}