Hot Pink
#F45793
PinkColor Codes
All color formats for development
HEX
#F45793RGB
rgb(244, 87, 147)HSL
hsl(337, 88%, 65%)OKLCH
oklch(0.681 0.198 0.3)CMYK
cmyk(0%, 64%, 40%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2387F
2#F0196B
3#DA0E5C
4#BB0C4F
5#9C0A42
6#7D0835
7#5D0628
8#3E041A
9#1F020D
Tints
Lighter variations
1#F5689E
2#F679A9
3#F88AB4
4#F99ABE
5#FAABC9
6#FBBCD4
7#FCCDDF
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#EC5F95
2#E56797
3#DD6F99
4#D5779B
5#CD7E9D
6#C5869E
7#BD8EA0
8#B596A2
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B8 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45793 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12775 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780833 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0520 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300314 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F6;
--hot-pink-100: #FDDDE9;
--hot-pink-200: #FBC1D7;
--hot-pink-300: #F891B8;
--hot-pink-400: #F45793;
--hot-pink-500: #F12775;
--hot-pink-600: #D30D59;
--hot-pink-700: #A80B47;
--hot-pink-800: #780833;
--hot-pink-900: #4D0520;
--hot-pink-950: #300314;
}