Hot Pink
#F45796
PinkColor Codes
All color formats for development
HEX
#F45796RGB
rgb(244, 87, 150)HSL
hsl(336, 88%, 65%)OKLCH
oklch(0.682 0.199 359.1)CMYK
cmyk(0%, 64%, 39%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F23883
2#F0196F
3#DA0E60
4#BB0C52
5#9C0A44
6#7D0837
7#5D0629
8#3E041B
9#1F020E
Tints
Lighter variations
1#F568A1
2#F679AB
3#F88AB6
4#F99AC0
5#FAABCB
6#FBBCD5
7#FCCDE0
8#FDDDEA
9#FEEEF5
Tones
Muted variations
1#EC5F98
2#E56799
3#DD6F9B
4#D5779C
5#CD7E9E
6#C5869F
7#BD8EA1
8#B596A3
9#AE9EA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891BA | BordersInactive statesPlaceholder text |
| 400 | F457 #F45796 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12778 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780835 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0522 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300315 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F6;
--hot-pink-100: #FDDDEA;
--hot-pink-200: #FBC1D8;
--hot-pink-300: #F891BA;
--hot-pink-400: #F45796;
--hot-pink-500: #F12778;
--hot-pink-600: #D30D5C;
--hot-pink-700: #A80B4A;
--hot-pink-800: #780835;
--hot-pink-900: #4D0522;
--hot-pink-950: #300315;
}