Hot Pink
#FD4E8C
PinkColor Codes
All color formats for development
HEX
#FD4E8CRGB
rgb(253, 78, 140)HSL
hsl(339, 98%, 65%)OKLCH
oklch(0.684 0.215 3.2)CMYK
cmyk(0%, 69%, 45%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FD2D76
2#FD0D61
3#E60252
4#C50246
5#A4023B
6#83012F
7#620123
8#420117
9#21000C
Tints
Lighter variations
1#FD6097
2#FE72A3
3#FE83AE
4#FE95BA
5#FEA7C5
6#FEB8D1
7#FECADC
8#FFDCE8
9#FFEDF3
Tones
Muted variations
1#F4578E
2#EC6091
3#E36993
4#DA7196
5#D17A99
6#C9839B
7#C08C9E
8#B794A1
9#AE9DA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDC #FFDCE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBD #FEBDD4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FE8B #FE8BB3 | BordersInactive statesPlaceholder text |
| 400 | FD4E #FD4E8C | Disabled statesSecondary iconsMuted text |
| 500 | FD1C #FD1C6B | Primary brand colorCTAsActive elementsLinks |
| 600 | DE02 #DE024F | Hover statesFocus ringsPrimary buttons hover |
| 700 | B102 #B1023F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E01 #7E012D | Text on light backgroundsHeadingsStrong borders |
| 900 | 5101 #51011D | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320112 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F5;
--hot-pink-100: #FFDCE8;
--hot-pink-200: #FEBDD4;
--hot-pink-300: #FE8BB3;
--hot-pink-400: #FD4E8C;
--hot-pink-500: #FD1C6B;
--hot-pink-600: #DE024F;
--hot-pink-700: #B1023F;
--hot-pink-800: #7E012D;
--hot-pink-900: #51011D;
--hot-pink-950: #320112;
}