Hot Pink
#FD4EC3
PinkColor Codes
All color formats for development
HEX
#FD4EC3RGB
rgb(253, 78, 195)HSL
hsl(320, 98%, 65%)OKLCH
oklch(0.703 0.238 344)CMYK
cmyk(0%, 69%, 23%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2DB8
2#FD0DAD
3#E6029A
4#C50284
5#A4026E
6#830158
7#620142
8#42012C
9#210016
Tints
Lighter variations
1#FD60C9
2#FE72CF
3#FE83D5
4#FE95DB
5#FEA7E1
6#FEB8E7
7#FECAED
8#FFDCF3
9#FFEDF9
Tones
Muted variations
1#F457C0
2#EC60BD
3#E369BA
4#DA71B7
5#D17AB4
6#C983B1
7#C08CAE
8#B794AC
9#AE9DA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD8 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC3 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0295 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10276 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510136 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FA;
--hot-pink-100: #FFDCF3;
--hot-pink-200: #FEBDE9;
--hot-pink-300: #FE8BD8;
--hot-pink-400: #FD4EC3;
--hot-pink-500: #FD1CB2;
--hot-pink-600: #DE0295;
--hot-pink-700: #B10276;
--hot-pink-800: #7E0155;
--hot-pink-900: #510136;
--hot-pink-950: #320122;
}