Hot Pink
#F45791
PinkColor Codes
All color formats for development
HEX
#F45791RGB
rgb(244, 87, 145)HSL
hsl(338, 88%, 65%)OKLCH
oklch(0.681 0.198 1.1)CMYK
cmyk(0%, 64%, 41%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F2387C
2#F01968
3#DA0E59
4#BB0C4C
5#9C0A3F
6#7D0833
7#5D0626
8#3E0419
9#1F020D
Tints
Lighter variations
1#F5689C
2#F679A7
3#F88AB2
4#F99ABD
5#FAABC8
6#FBBCD3
7#FCCDDE
8#FDDDE9
9#FEEEF4
Tones
Muted variations
1#EC5F93
2#E56795
3#DD6F97
4#D57799
5#CD7E9B
6#C5869D
7#BD8E9F
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 #FBC1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891B7 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45791 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12771 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D56 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B44 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780831 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D051F | 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: #FBC1D6;
--hot-pink-300: #F891B7;
--hot-pink-400: #F45791;
--hot-pink-500: #F12771;
--hot-pink-600: #D30D56;
--hot-pink-700: #A80B44;
--hot-pink-800: #780831;
--hot-pink-900: #4D051F;
--hot-pink-950: #300314;
}