Hot Pink
#E830C9
PinkColor Codes
All color formats for development
HEX
#E830C9RGB
rgb(232, 48, 201)HSL
hsl(310, 80%, 55%)OKLCH
oklch(0.652 0.26 336.3)CMYK
cmyk(0%, 79%, 13%, 9%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#E319C2
2#CA16AC
3#B11497
4#971181
5#7E0E6C
6#650B56
7#4C0841
8#32062B
9#190316
Tints
Lighter variations
1#EA45CF
2#ED5AD4
3#EF6EDA
4#F183DF
5#F498E4
6#F6ACEA
7#F8C1EF
8#FAD6F4
9#FDEAFA
Tones
Muted variations
1#DF3AC3
2#D643BD
3#CD4CB7
4#C355B1
5#BA5EAB
6#B168A5
7#A8719F
8#9F7A98
9#958392
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395E4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ED5 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FDF1FB;
--hot-pink-100: #FBDFF7;
--hot-pink-200: #F8C3F0;
--hot-pink-300: #F395E4;
--hot-pink-400: #ED5ED5;
--hot-pink-500: #E830C9;
--hot-pink-600: #CA16AC;
--hot-pink-700: #A11289;
--hot-pink-800: #730D62;
--hot-pink-900: #49083F;
--hot-pink-950: #2E0527;
}