Hot Pink
#FD4EC6
PinkColor Codes
All color formats for development
HEX
#FD4EC6RGB
rgb(253, 78, 198)HSL
hsl(319, 98%, 65%)OKLCH
oklch(0.704 0.24 343)CMYK
cmyk(0%, 69%, 22%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2DBB
2#FD0DB1
3#E6029E
4#C50287
5#A40271
6#83015A
7#620144
8#42012D
9#210017
Tints
Lighter variations
1#FD60CC
2#FE72D1
3#FE83D7
4#FE95DD
5#FEA7E2
6#FEB8E8
7#FECAEE
8#FFDCF4
9#FFEDF9
Tones
Muted variations
1#F457C3
2#EC60BF
3#E369BC
4#DA71B9
5#D17AB6
6#C983B3
7#C08CAF
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 #FFDCF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BD9 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EC6 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1CB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0299 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E0157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510137 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FA;
--hot-pink-100: #FFDCF4;
--hot-pink-200: #FEBDEA;
--hot-pink-300: #FE8BD9;
--hot-pink-400: #FD4EC6;
--hot-pink-500: #FD1CB5;
--hot-pink-600: #DE0299;
--hot-pink-700: #B10279;
--hot-pink-800: #7E0157;
--hot-pink-900: #510137;
--hot-pink-950: #320123;
}