Hot Pink
#F8919F
RedColor Codes
All color formats for development
HEX
#F8919FRGB
rgb(248, 145, 159)HSL
hsl(352, 88%, 77%)OKLCH
oklch(0.769 0.125 11.7)CMYK
cmyk(0%, 42%, 36%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C7E
2#F3475E
3#F1223E
4#DD0E2A
5#B90C23
6#94091C
7#6F0715
8#4A050E
9#250207
Tints
Lighter variations
1#F99CA8
2#F9A7B2
3#FAB2BB
4#FBBDC5
5#FBC8CF
6#FCD3D8
7#FDDEE2
8#FEE9EC
9#FEF4F5
Tones
Muted variations
1#F396A2
2#EE9BA6
3#E8A0AA
4#E3A5AE
5#DEABB1
6#D9B0B5
7#D4B5B9
8#CFBABD
9#CABFC1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F8919F | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576C | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12742 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D28 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B20 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780817 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D050E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #300309 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F2;
--hot-pink-100: #FDDDE2;
--hot-pink-200: #FBC1C8;
--hot-pink-300: #F8919F;
--hot-pink-400: #F4576C;
--hot-pink-500: #F12742;
--hot-pink-600: #D30D28;
--hot-pink-700: #A80B20;
--hot-pink-800: #780817;
--hot-pink-900: #4D050E;
--hot-pink-950: #300309;
}