Hot Pink
#F891A0
RedColor Codes
All color formats for development
HEX
#F891A0RGB
rgb(248, 145, 160)HSL
hsl(351, 88%, 77%)OKLCH
oklch(0.769 0.125 11.1)CMYK
cmyk(0%, 42%, 35%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66C80
2#F34761
3#F12241
4#DD0E2D
5#B90C26
6#94091E
7#6F0717
8#4A050F
9#250208
Tints
Lighter variations
1#F99CAA
2#F9A7B3
3#FAB2BD
4#FBBDC6
5#FBC8D0
6#FCD3D9
7#FDDEE3
8#FEE9EC
9#FEF4F6
Tones
Muted variations
1#F396A4
2#EE9BA7
3#E8A0AB
4#E3A5AF
5#DEABB2
6#D9B0B6
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 #FDDDE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1C9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891A0 | BordersInactive statesPlaceholder text |
| 400 | F457 #F4576F | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12746 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D2B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B22 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780818 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0510 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30030A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--hot-pink-50: #FEF1F3;
--hot-pink-100: #FDDDE2;
--hot-pink-200: #FBC1C9;
--hot-pink-300: #F891A0;
--hot-pink-400: #F4576F;
--hot-pink-500: #F12746;
--hot-pink-600: #D30D2B;
--hot-pink-700: #A80B22;
--hot-pink-800: #780818;
--hot-pink-900: #4D0510;
--hot-pink-950: #30030A;
}