Hot Pink
#FD4EA0
PinkColor Codes
All color formats for development
HEX
#FD4EA0RGB
rgb(253, 78, 160)HSL
hsl(332, 98%, 65%)OKLCH
oklch(0.69 0.221 355.9)CMYK
cmyk(0%, 69%, 37%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D8E
2#FD0D7D
3#E6026C
4#C5025D
5#A4024D
6#83013E
7#62012E
8#42011F
9#21000F
Tints
Lighter variations
1#FD60A9
2#FE72B3
3#FE83BC
4#FE95C6
5#FEA7CF
6#FEB8D9
7#FECAE2
8#FFDCEC
9#FFEDF5
Tones
Muted variations
1#F457A1
2#EC60A1
3#E369A2
4#DA71A2
5#D17AA3
6#C983A3
7#C08CA4
8#B794A5
9#AE9DA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDC | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BC1 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EA0 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C85 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE0269 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10253 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013C | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510126 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320118 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F7;
--hot-pink-100: #FFDCEC;
--hot-pink-200: #FEBDDC;
--hot-pink-300: #FE8BC1;
--hot-pink-400: #FD4EA0;
--hot-pink-500: #FD1C85;
--hot-pink-600: #DE0269;
--hot-pink-700: #B10253;
--hot-pink-800: #7E013C;
--hot-pink-900: #510126;
--hot-pink-950: #320118;
}