Hot Pink
#E534C4
PinkColor Codes
All color formats for development
HEX
#E534C4RGB
rgb(229, 52, 196)HSL
hsl(311, 77%, 55%)OKLCH
oklch(0.647 0.252 337.1)CMYK
cmyk(0%, 77%, 14%, 10%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#DF1DBC
2#C71AA7
3#AE1792
4#95137D
5#7C1068
6#630D53
7#4A0A3F
8#32062A
9#190315
Tints
Lighter variations
1#E748CA
2#EA5DD0
3#ED71D6
4#EF85DC
5#F299E2
6#F4AEE7
7#F7C2ED
8#FAD6F3
9#FCEBF9
Tones
Muted variations
1#DC3DBF
2#D346B9
3#CA4EB3
4#C157AE
5#B860A8
6#B069A3
7#A7729D
8#9E7B97
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 | F7C4 #F7C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EA61 #EA61D1 | Disabled statesSecondary iconsMuted text |
| 500 | E534 #E534C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C71A #C71AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9E15 #9E1585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710F #710F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4809 #48093D | 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: #F7C4EE;
--hot-pink-300: #F297E1;
--hot-pink-400: #EA61D1;
--hot-pink-500: #E534C4;
--hot-pink-600: #C71AA7;
--hot-pink-700: #9E1585;
--hot-pink-800: #710F5F;
--hot-pink-900: #48093D;
--hot-pink-950: #2D0626;
}