Hot Pink
#FD4EA3
PinkColor Codes
All color formats for development
HEX
#FD4EA3RGB
rgb(253, 78, 163)HSL
hsl(331, 98%, 65%)OKLCH
oklch(0.691 0.222 354.8)CMYK
cmyk(0%, 69%, 36%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D92
2#FD0D81
3#E60270
4#C50260
5#A40250
6#830140
7#620130
8#420120
9#210010
Tints
Lighter variations
1#FD60AC
2#FE72B5
3#FE83BE
4#FE95C8
5#FEA7D1
6#FEB8DA
7#FECAE3
8#FFDCED
9#FFEDF6
Tones
Muted variations
1#F457A3
2#EC60A3
3#E369A4
4#DA71A4
5#D17AA4
6#C983A5
7#C08CA5
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 #FFDCED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDDD | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BC2 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4EA3 | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C89 | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE026D | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B10256 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E013E | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #510127 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320119 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F7;
--hot-pink-100: #FFDCED;
--hot-pink-200: #FEBDDD;
--hot-pink-300: #FE8BC2;
--hot-pink-400: #FD4EA3;
--hot-pink-500: #FD1C89;
--hot-pink-600: #DE026D;
--hot-pink-700: #B10256;
--hot-pink-800: #7E013E;
--hot-pink-900: #510127;
--hot-pink-950: #320119;
}