Hot Pink
#FD4ECF
PinkColor Codes
All color formats for development
HEX
#FD4ECFRGB
rgb(253, 78, 207)HSL
hsl(316, 98%, 65%)OKLCH
oklch(0.708 0.246 340.3)CMYK
cmyk(0%, 69%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2DC6
2#FD0DBD
3#E602A9
4#C50291
5#A40279
6#830161
7#620148
8#420130
9#210018
Tints
Lighter variations
1#FD60D3
2#FE72D8
3#FE83DD
4#FE95E2
5#FEA7E7
6#FEB8EC
7#FECAF0
8#FFDCF5
9#FFEDFA
Tones
Muted variations
1#F457CA
2#EC60C6
3#E369C2
4#DA71BE
5#D17ABA
6#C983B6
7#C08CB2
8#B794AE
9#AE9DAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDED | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BDF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4ECF | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE02A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E015D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51013B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FB;
--hot-pink-100: #FFDCF5;
--hot-pink-200: #FEBDED;
--hot-pink-300: #FE8BDF;
--hot-pink-400: #FD4ECF;
--hot-pink-500: #FD1CC1;
--hot-pink-600: #DE02A4;
--hot-pink-700: #B10282;
--hot-pink-800: #7E015D;
--hot-pink-900: #51013B;
--hot-pink-950: #320125;
}