Hot Pink
#F891AE
PinkColor Codes
All color formats for development
HEX
#F891AERGB
rgb(248, 145, 174)HSL
hsl(343, 88%, 77%)OKLCH
oklch(0.773 0.128 2.4)CMYK
cmyk(0%, 42%, 30%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C93
2#F34778
3#F1225D
4#DD0E49
5#B90C3D
6#940931
7#6F0724
8#4A0518
9#25020C
Tints
Lighter variations
1#F99CB6
2#F9A7BE
3#FAB2C6
4#FBBDCE
5#FBC8D6
6#FCD3DF
7#FDDEE7
8#FEE9EF
9#FEF4F7
Tones
Muted variations
1#F396B0
2#EE9BB2
3#E8A0B5
4#E3A5B7
5#DEABB9
6#D9B0BB
7#D4B5BE
8#CFBAC0
9#CABFC2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AE | BordersInactive statesPlaceholder text |
| 400 | F457 #F45784 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12760 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D45 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780827 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0519 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300310 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F4;
--hot-pink-100: #FDDDE6;
--hot-pink-200: #FBC1D1;
--hot-pink-300: #F891AE;
--hot-pink-400: #F45784;
--hot-pink-500: #F12760;
--hot-pink-600: #D30D45;
--hot-pink-700: #A80B37;
--hot-pink-800: #780827;
--hot-pink-900: #4D0519;
--hot-pink-950: #300310;
}