Hot Pink
#FF4DC1
PinkColor Codes
All color formats for development
HEX
#FF4DC1RGB
rgb(255, 77, 193)HSL
hsl(321, 100%, 65%)OKLCH
oklch(0.704 0.24 345)CMYK
cmyk(0%, 70%, 24%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FF2BB5
2#FF0AA9
3#E80097
4#C70081
5#A6006C
6#850056
7#630041
8#42002B
9#210016
Tints
Lighter variations
1#FF5EC7
2#FF70CD
3#FF82D3
4#FF94DA
5#FFA6E0
6#FFB8E6
7#FFC9EC
8#FFDBF3
9#FFEDF9
Tones
Muted variations
1#F655BE
2#ED5EBB
3#E467B8
4#DB70B6
5#D279B3
6#C982B0
7#C18BAE
8#B894AB
9#AF9DA8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FFDB #FFDBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FFBD #FFBDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | FF8A #FF8AD6 | BordersInactive statesPlaceholder text |
| 400 | FF4D #FF4DC1 | Disabled statesSecondary iconsMuted text |
| 500 | FF1A #FF1AAF | Primary brand colorCTAsActive elementsLinks |
| 600 | E000 #E00092 | Hover statesFocus ringsPrimary buttons hover |
| 700 | B300 #B30074 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 8000 #800053 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5200 #520035 | Primary textHigh emphasis contentDark headings |
| 950 | 3300 #330021 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FFF0FA;
--hot-pink-100: #FFDBF3;
--hot-pink-200: #FFBDE8;
--hot-pink-300: #FF8AD6;
--hot-pink-400: #FF4DC1;
--hot-pink-500: #FF1AAF;
--hot-pink-600: #E00092;
--hot-pink-700: #B30074;
--hot-pink-800: #800053;
--hot-pink-900: #520035;
--hot-pink-950: #330021;
}