Hot Pink
#F891AB
RedColor Codes
All color formats for development
HEX
#F891ABRGB
rgb(248, 145, 171)HSL
hsl(345, 88%, 77%)OKLCH
oklch(0.772 0.127 4.2)CMYK
cmyk(0%, 42%, 31%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C8E
2#F34772
3#F12256
4#DD0E42
5#B90C37
6#94092C
7#6F0721
8#4A0516
9#25020B
Tints
Lighter variations
1#F99CB3
2#F9A7BB
3#FAB2C4
4#FBBDCC
5#FBC8D5
6#FCD3DD
7#FDDEE6
8#FEE9EE
9#FEF4F7
Tones
Muted variations
1#F396AD
2#EE9BB0
3#E8A0B2
4#E3A5B5
5#DEABB7
6#D9B0BA
7#D4B5BD
8#CFBABF
9#CABFC2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CF | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891AB | BordersInactive statesPlaceholder text |
| 400 | F457 #F4577E | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1275A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D3F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B32 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780824 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0517 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F4;
--hot-pink-100: #FDDDE5;
--hot-pink-200: #FBC1CF;
--hot-pink-300: #F891AB;
--hot-pink-400: #F4577E;
--hot-pink-500: #F1275A;
--hot-pink-600: #D30D3F;
--hot-pink-700: #A80B32;
--hot-pink-800: #780824;
--hot-pink-900: #4D0517;
--hot-pink-950: #30030E;
}