Hot Pink
#FD4E9D
PinkColor Codes
All color formats for development
HEX
#FD4E9DRGB
rgb(253, 78, 157)HSL
hsl(333, 98%, 65%)OKLCH
oklch(0.689 0.22 357)CMYK
cmyk(0%, 69%, 38%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D8B
2#FD0D79
3#E60269
4#C5025A
5#A4024B
6#83013C
7#62012D
8#42011E
9#21000F
Tints
Lighter variations
1#FD60A7
2#FE72B1
3#FE83BA
4#FE95C4
5#FEA7CE
6#FEB8D8
7#FECAE2
8#FFDCEB
9#FFEDF5
Tones
Muted variations
1#F4579E
2#EC609F
3#E369A0
4#DA71A1
5#D17AA1
6#C983A2
7#C08CA3
8#B794A4
9#AE9DA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDB | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BBF | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E9D | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C81 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0265 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10251 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013A | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510125 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320117 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F7;
--hot-pink-100: #FFDCEB;
--hot-pink-200: #FEBDDB;
--hot-pink-300: #FE8BBF;
--hot-pink-400: #FD4E9D;
--hot-pink-500: #FD1C81;
--hot-pink-600: #DE0265;
--hot-pink-700: #B10251;
--hot-pink-800: #7E013A;
--hot-pink-900: #510125;
--hot-pink-950: #320117;
}