Hot Pink
#FC4F9A
PinkColor Codes
All color formats for development
HEX
#FC4F9ARGB
rgb(252, 79, 154)HSL
hsl(334, 97%, 65%)OKLCH
oklch(0.688 0.217 358)CMYK
cmyk(0%, 69%, 39%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC2F87
2#FB0E75
3#E50365
4#C40357
5#A30248
6#83023A
7#62012B
8#41011D
9#21000E
Tints
Lighter variations
1#FD61A4
2#FD72AE
3#FD84B8
4#FD96C3
5#FEA7CD
6#FEB9D7
7#FECAE1
8#FEDCEB
9#FFEDF5
Tones
Muted variations
1#F4589B
2#EB609D
3#E2699E
4#DA729F
5#D17AA0
6#C883A1
7#C08CA2
8#B794A3
9#AE9DA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEDA | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8B #FD8BBD | BordersInactive statesPlaceholder text |
| 400 | FC4F #FC4F9A | Disabled statesSecondary iconsMuted text |
| 500 | FC1D #FC1D7D | Primary brand colorCTAsActive elementsLinks |
| 600 | DD03 #DD0362 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B003 #B0034E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7E02 #7E0238 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5001 #500124 | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320116 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0F6;
--hot-pink-100: #FEDCEB;
--hot-pink-200: #FEBEDA;
--hot-pink-300: #FD8BBD;
--hot-pink-400: #FC4F9A;
--hot-pink-500: #FC1D7D;
--hot-pink-600: #DD0362;
--hot-pink-700: #B0034E;
--hot-pink-800: #7E0238;
--hot-pink-900: #500124;
--hot-pink-950: #320116;
}