Hot Pink
#F891AC
PinkColor Codes
All color formats for development
HEX
#F891ACRGB
rgb(248, 145, 172)HSL
hsl(344, 88%, 77%)OKLCH
oklch(0.772 0.127 3.6)CMYK
cmyk(0%, 42%, 31%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C91
2#F34775
3#F12259
4#DD0E45
5#B90C3A
6#94092E
7#6F0723
8#4A0517
9#25020C
Tints
Lighter variations
1#F99CB5
2#F9A7BD
3#FAB2C5
4#FBBDCD
5#FBC8D6
6#FCD3DE
7#FDDEE6
8#FEE9EE
9#FEF4F7
Tones
Muted variations
1#F396AF
2#EE9BB1
3#E8A0B3
4#E3A5B6
5#DEABB8
6#D9B0BB
7#D4B5BD
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 #FBC1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AC | BordersInactive statesPlaceholder text |
| 400 | F457 #F45781 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1275D | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D42 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780826 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0518 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030F | 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: #FBC1D0;
--hot-pink-300: #F891AC;
--hot-pink-400: #F45781;
--hot-pink-500: #F1275D;
--hot-pink-600: #D30D42;
--hot-pink-700: #A80B35;
--hot-pink-800: #780826;
--hot-pink-900: #4D0518;
--hot-pink-950: #30030F;
}