Hot Pink
#F891A2
RedColor Codes
All color formats for development
HEX
#F891A2RGB
rgb(248, 145, 162)HSL
hsl(350, 88%, 77%)OKLCH
oklch(0.769 0.125 9.8)CMYK
cmyk(0%, 42%, 35%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C83
2#F34764
3#F12244
4#DD0E31
5#B90C29
6#940920
7#6F0718
8#4A0510
9#250208
Tints
Lighter variations
1#F99CAB
2#F9A7B5
3#FAB2BE
4#FBBDC7
5#FBC8D0
6#FCD3DA
7#FDDEE3
8#FEE9EC
9#FEF4F6
Tones
Muted variations
1#F396A5
2#EE9BA9
3#E8A0AC
4#E3A5B0
5#DEABB3
6#D9B0B7
7#D4B5BA
8#CFBABD
9#CABFC1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1CA | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F45771 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12749 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D2E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78081A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0511 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F3;
--hot-pink-100: #FDDDE3;
--hot-pink-200: #FBC1CA;
--hot-pink-300: #F891A2;
--hot-pink-400: #F45771;
--hot-pink-500: #F12749;
--hot-pink-600: #D30D2E;
--hot-pink-700: #A80B25;
--hot-pink-800: #78081A;
--hot-pink-900: #4D0511;
--hot-pink-950: #30030B;
}