Hot Pink
#F891A5
RedColor Codes
All color formats for development
HEX
#F891A5RGB
rgb(248, 145, 165)HSL
hsl(348, 88%, 77%)OKLCH
oklch(0.77 0.126 8)CMYK
cmyk(0%, 42%, 33%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C87
2#F34769
3#F1224B
4#DD0E38
5#B90C2E
6#940925
7#6F071C
8#4A0513
9#250209
Tints
Lighter variations
1#F99CAE
2#F9A7B7
3#FAB2C0
4#FBBDC9
5#FBC8D2
6#FCD3DB
7#FDDEE4
8#FEE9ED
9#FEF4F6
Tones
Muted variations
1#F396A8
2#EE9BAC
3#E8A0AF
4#E3A5B2
5#DEABB5
6#D9B0B8
7#D4B5BB
8#CFBABE
9#CABFC1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A5 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45777 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12750 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D35 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B2A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0513 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F3;
--hot-pink-100: #FDDDE4;
--hot-pink-200: #FBC1CC;
--hot-pink-300: #F891A5;
--hot-pink-400: #F45777;
--hot-pink-500: #F12750;
--hot-pink-600: #D30D35;
--hot-pink-700: #A80B2A;
--hot-pink-800: #78081E;
--hot-pink-900: #4D0513;
--hot-pink-950: #30030C;
}